home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Kompresni & kodovaci programy / ucl-0.91 / configure < prev    next >
Text File  |  2000-04-19  |  108KB  |  3,648 lines

  1. #! /bin/sh
  2.  
  3.  
  4.  
  5.  
  6. # serial 1
  7.  
  8.  
  9.  
  10.  
  11. # serial 2
  12.  
  13. # @defmac mfx_PROG_CC_ANSI
  14. # @maindex PROG_CC_ANSI
  15. # @ovindex CC
  16. # If the C compiler in not in ANSI C mode by default, try to add an option
  17. # to output variable @code{CC} to make it so.  This macro tries various
  18. # options that select ANSI C on some system or another.  It considers the
  19. # compiler to be in ANSI C mode if it handles function prototypes correctly.
  20. #
  21. # If you use this macro, you should check after calling it whether the C
  22. # compiler has been set to accept ANSI C; if not, the shell variable
  23. # @code{mfx_cv_prog_cc_ansi} is set to @samp{no}.  If you wrote your source
  24. # code in ANSI C, you can make an un-ANSIfied copy of it by using the
  25. # program @code{ansi2knr}, which comes with Ghostscript.
  26. # @end defmac
  27.  
  28.  
  29.  
  30.  
  31. # serial 1
  32.  
  33.  
  34.  
  35.  
  36. # serial 1
  37.  
  38.  
  39.  
  40.  
  41. # serial 1
  42.  
  43.  
  44.  
  45.  
  46. # serial 1
  47.  
  48.  
  49.  
  50.  
  51. # serial 1
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. # serial 1
  62.  
  63.  
  64.  
  65. # Guess values for system-dependent variables and create Makefiles.
  66. # Generated automatically using autoconf version 2.13 
  67. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  68. #
  69. # This configure script is free software; the Free Software Foundation
  70. # gives unlimited permission to copy, distribute and modify it.
  71.  
  72. # Defaults:
  73. ac_help=
  74. ac_default_prefix=/usr/local
  75. # Any additions from configure.in:
  76. ac_default_prefix=/usr/local
  77. ac_help="$ac_help
  78.   --enable-maintainer-mode enable make rules and dependencies not useful
  79.                           (and sometimes confusing) to the casual installer"
  80. ac_help="$ac_help
  81.   --enable-static[=PKGS]  build static libraries [default=yes]"
  82. ac_help="$ac_help
  83.   --enable-shared[=PKGS]  build shared libraries [default=no]"
  84. ac_help="$ac_help
  85.   --with-dmalloc          use dmalloc, as in
  86.                           ftp://ftp.letters.com/src/dmalloc/dmalloc.tar.gz"
  87. ac_help="$ac_help
  88.   --enable-debug          build a debug version [default=no]"
  89. ac_help="$ac_help
  90.   --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]"
  91. ac_help="$ac_help
  92.   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
  93. ac_help="$ac_help
  94.   --disable-libtool-lock  avoid locking (might break parallel builds)"
  95.  
  96. # Initialize some variables set by options.
  97. # The variables have the same names as the options, with
  98. # dashes changed to underlines.
  99. build=NONE
  100. cache_file=./config.cache
  101. exec_prefix=NONE
  102. host=NONE
  103. no_create=
  104. nonopt=NONE
  105. no_recursion=
  106. prefix=NONE
  107. program_prefix=NONE
  108. program_suffix=NONE
  109. program_transform_name=s,x,x,
  110. silent=
  111. site=
  112. srcdir=
  113. target=NONE
  114. verbose=
  115. x_includes=NONE
  116. x_libraries=NONE
  117. bindir='${exec_prefix}/bin'
  118. sbindir='${exec_prefix}/sbin'
  119. libexecdir='${exec_prefix}/libexec'
  120. datadir='${prefix}/share'
  121. sysconfdir='${prefix}/etc'
  122. sharedstatedir='${prefix}/com'
  123. localstatedir='${prefix}/var'
  124. libdir='${exec_prefix}/lib'
  125. includedir='${prefix}/include'
  126. oldincludedir='/usr/include'
  127. infodir='${prefix}/info'
  128. mandir='${prefix}/man'
  129.  
  130. # Initialize some other variables.
  131. subdirs=
  132. MFLAGS= MAKEFLAGS=
  133. SHELL=${CONFIG_SHELL-/bin/sh}
  134. # Maximum number of lines to put in a shell here document.
  135. ac_max_here_lines=12
  136.  
  137. ac_prev=
  138. for ac_option
  139. do
  140.  
  141.   # If the previous option needs an argument, assign it.
  142.   if test -n "$ac_prev"; then
  143.     eval "$ac_prev=\$ac_option"
  144.     ac_prev=
  145.     continue
  146.   fi
  147.  
  148.   case "$ac_option" in
  149.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  150.   *) ac_optarg= ;;
  151.   esac
  152.  
  153.   # Accept the important Cygnus configure options, so we can diagnose typos.
  154.  
  155.   case "$ac_option" in
  156.  
  157.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  158.     ac_prev=bindir ;;
  159.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  160.     bindir="$ac_optarg" ;;
  161.  
  162.   -build | --build | --buil | --bui | --bu)
  163.     ac_prev=build ;;
  164.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  165.     build="$ac_optarg" ;;
  166.  
  167.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  168.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  169.     ac_prev=cache_file ;;
  170.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  171.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  172.     cache_file="$ac_optarg" ;;
  173.  
  174.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  175.     ac_prev=datadir ;;
  176.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  177.   | --da=*)
  178.     datadir="$ac_optarg" ;;
  179.  
  180.   -disable-* | --disable-*)
  181.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  182.     # Reject names that are not valid shell variable names.
  183.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  184.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  185.     fi
  186.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  187.     eval "enable_${ac_feature}=no" ;;
  188.  
  189.   -enable-* | --enable-*)
  190.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  191.     # Reject names that are not valid shell variable names.
  192.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  193.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  194.     fi
  195.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  196.     case "$ac_option" in
  197.       *=*) ;;
  198.       *) ac_optarg=yes ;;
  199.     esac
  200.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  201.  
  202.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  203.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  204.   | --exec | --exe | --ex)
  205.     ac_prev=exec_prefix ;;
  206.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  207.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  208.   | --exec=* | --exe=* | --ex=*)
  209.     exec_prefix="$ac_optarg" ;;
  210.  
  211.   -gas | --gas | --ga | --g)
  212.     # Obsolete; use --with-gas.
  213.     with_gas=yes ;;
  214.  
  215.   -help | --help | --hel | --he)
  216.     # Omit some internal or obsolete options to make the list less imposing.
  217.     # This message is too long to be a string in the A/UX 3.1 sh.
  218.     cat << EOF
  219. Usage: configure [options] [host]
  220. Options: [defaults in brackets after descriptions]
  221. Configuration:
  222.   --cache-file=FILE       cache test results in FILE
  223.   --help                  print this message
  224.   --no-create             do not create output files
  225.   --quiet, --silent       do not print \`checking...' messages
  226.   --version               print the version of autoconf that created configure
  227. Directory and file names:
  228.   --prefix=PREFIX         install architecture-independent files in PREFIX
  229.                           [$ac_default_prefix]
  230.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  231.                           [same as prefix]
  232.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  233.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  234.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  235.   --datadir=DIR           read-only architecture-independent data in DIR
  236.                           [PREFIX/share]
  237.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  238.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  239.                           [PREFIX/com]
  240.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  241.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  242.   --includedir=DIR        C header files in DIR [PREFIX/include]
  243.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  244.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  245.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  246.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  247.   --program-prefix=PREFIX prepend PREFIX to installed program names
  248.   --program-suffix=SUFFIX append SUFFIX to installed program names
  249.   --program-transform-name=PROGRAM
  250.                           run sed PROGRAM on installed program names
  251. EOF
  252.     cat << EOF
  253. Host type:
  254.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  255.   --host=HOST             configure for HOST [guessed]
  256.   --target=TARGET         configure for TARGET [TARGET=HOST]
  257. Features and packages:
  258.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  259.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  260.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  261.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  262.   --x-includes=DIR        X include files are in DIR
  263.   --x-libraries=DIR       X library files are in DIR
  264. EOF
  265.     if test -n "$ac_help"; then
  266.       echo "--enable and --with options recognized:$ac_help"
  267.     fi
  268.     exit 0 ;;
  269.  
  270.   -host | --host | --hos | --ho)
  271.     ac_prev=host ;;
  272.   -host=* | --host=* | --hos=* | --ho=*)
  273.     host="$ac_optarg" ;;
  274.  
  275.   -includedir | --includedir | --includedi | --included | --include \
  276.   | --includ | --inclu | --incl | --inc)
  277.     ac_prev=includedir ;;
  278.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  279.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  280.     includedir="$ac_optarg" ;;
  281.  
  282.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  283.     ac_prev=infodir ;;
  284.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  285.     infodir="$ac_optarg" ;;
  286.  
  287.   -libdir | --libdir | --libdi | --libd)
  288.     ac_prev=libdir ;;
  289.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  290.     libdir="$ac_optarg" ;;
  291.  
  292.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  293.   | --libexe | --libex | --libe)
  294.     ac_prev=libexecdir ;;
  295.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  296.   | --libexe=* | --libex=* | --libe=*)
  297.     libexecdir="$ac_optarg" ;;
  298.  
  299.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  300.   | --localstate | --localstat | --localsta | --localst \
  301.   | --locals | --local | --loca | --loc | --lo)
  302.     ac_prev=localstatedir ;;
  303.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  304.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  305.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  306.     localstatedir="$ac_optarg" ;;
  307.  
  308.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  309.     ac_prev=mandir ;;
  310.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  311.     mandir="$ac_optarg" ;;
  312.  
  313.   -nfp | --nfp | --nf)
  314.     # Obsolete; use --without-fp.
  315.     with_fp=no ;;
  316.  
  317.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  318.   | --no-cr | --no-c)
  319.     no_create=yes ;;
  320.  
  321.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  322.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  323.     no_recursion=yes ;;
  324.  
  325.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  326.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  327.   | --oldin | --oldi | --old | --ol | --o)
  328.     ac_prev=oldincludedir ;;
  329.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  330.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  331.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  332.     oldincludedir="$ac_optarg" ;;
  333.  
  334.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  335.     ac_prev=prefix ;;
  336.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  337.     prefix="$ac_optarg" ;;
  338.  
  339.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  340.   | --program-pre | --program-pr | --program-p)
  341.     ac_prev=program_prefix ;;
  342.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  343.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  344.     program_prefix="$ac_optarg" ;;
  345.  
  346.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  347.   | --program-suf | --program-su | --program-s)
  348.     ac_prev=program_suffix ;;
  349.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  350.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  351.     program_suffix="$ac_optarg" ;;
  352.  
  353.   -program-transform-name | --program-transform-name \
  354.   | --program-transform-nam | --program-transform-na \
  355.   | --program-transform-n | --program-transform- \
  356.   | --program-transform | --program-transfor \
  357.   | --program-transfo | --program-transf \
  358.   | --program-trans | --program-tran \
  359.   | --progr-tra | --program-tr | --program-t)
  360.     ac_prev=program_transform_name ;;
  361.   -program-transform-name=* | --program-transform-name=* \
  362.   | --program-transform-nam=* | --program-transform-na=* \
  363.   | --program-transform-n=* | --program-transform-=* \
  364.   | --program-transform=* | --program-transfor=* \
  365.   | --program-transfo=* | --program-transf=* \
  366.   | --program-trans=* | --program-tran=* \
  367.   | --progr-tra=* | --program-tr=* | --program-t=*)
  368.     program_transform_name="$ac_optarg" ;;
  369.  
  370.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  371.   | -silent | --silent | --silen | --sile | --sil)
  372.     silent=yes ;;
  373.  
  374.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  375.     ac_prev=sbindir ;;
  376.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  377.   | --sbi=* | --sb=*)
  378.     sbindir="$ac_optarg" ;;
  379.  
  380.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  381.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  382.   | --sharedst | --shareds | --shared | --share | --shar \
  383.   | --sha | --sh)
  384.     ac_prev=sharedstatedir ;;
  385.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  386.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  387.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  388.   | --sha=* | --sh=*)
  389.     sharedstatedir="$ac_optarg" ;;
  390.  
  391.   -site | --site | --sit)
  392.     ac_prev=site ;;
  393.   -site=* | --site=* | --sit=*)
  394.     site="$ac_optarg" ;;
  395.  
  396.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  397.     ac_prev=srcdir ;;
  398.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  399.     srcdir="$ac_optarg" ;;
  400.  
  401.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  402.   | --syscon | --sysco | --sysc | --sys | --sy)
  403.     ac_prev=sysconfdir ;;
  404.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  405.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  406.     sysconfdir="$ac_optarg" ;;
  407.  
  408.   -target | --target | --targe | --targ | --tar | --ta | --t)
  409.     ac_prev=target ;;
  410.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  411.     target="$ac_optarg" ;;
  412.  
  413.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  414.     verbose=yes ;;
  415.  
  416.   -version | --version | --versio | --versi | --vers)
  417.     echo "configure generated by autoconf version 2.13"
  418.     exit 0 ;;
  419.  
  420.   -with-* | --with-*)
  421.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  422.     # Reject names that are not valid shell variable names.
  423.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  424.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  425.     fi
  426.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  427.     case "$ac_option" in
  428.       *=*) ;;
  429.       *) ac_optarg=yes ;;
  430.     esac
  431.     eval "with_${ac_package}='$ac_optarg'" ;;
  432.  
  433.   -without-* | --without-*)
  434.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  435.     # Reject names that are not valid shell variable names.
  436.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  437.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  438.     fi
  439.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  440.     eval "with_${ac_package}=no" ;;
  441.  
  442.   --x)
  443.     # Obsolete; use --with-x.
  444.     with_x=yes ;;
  445.  
  446.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  447.   | --x-incl | --x-inc | --x-in | --x-i)
  448.     ac_prev=x_includes ;;
  449.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  450.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  451.     x_includes="$ac_optarg" ;;
  452.  
  453.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  454.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  455.     ac_prev=x_libraries ;;
  456.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  457.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  458.     x_libraries="$ac_optarg" ;;
  459.  
  460.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  461.     ;;
  462.  
  463.   *)
  464.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  465.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  466.     fi
  467.     if test "x$nonopt" != xNONE; then
  468.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  469.     fi
  470.     nonopt="$ac_option"
  471.     ;;
  472.  
  473.   esac
  474. done
  475.  
  476. if test -n "$ac_prev"; then
  477.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  478. fi
  479.  
  480. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  481.  
  482. # File descriptor usage:
  483. # 0 standard input
  484. # 1 file creation
  485. # 2 errors and warnings
  486. # 3 some systems may open it to /dev/tty
  487. # 4 used on the Kubota Titan
  488. # 6 checking for... messages and results
  489. # 5 compiler messages saved in config.log
  490. if test "$silent" = yes; then
  491.   exec 6>/dev/null
  492. else
  493.   exec 6>&1
  494. fi
  495. exec 5>./config.log
  496.  
  497. echo "\
  498. This file contains any messages produced by compilers while
  499. running configure, to aid debugging if configure makes a mistake.
  500. " 1>&5
  501.  
  502. # Strip out --no-create and --no-recursion so they do not pile up.
  503. # Also quote any args containing shell metacharacters.
  504. ac_configure_args=
  505. for ac_arg
  506. do
  507.   case "$ac_arg" in
  508.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  509.   | --no-cr | --no-c) ;;
  510.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  511.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  512.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  513.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  514.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  515.   esac
  516. done
  517.  
  518. # NLS nuisances.
  519. # Only set these to C if already set.  These must not be set unconditionally
  520. # because not all systems understand e.g. LANG=C (notably SCO).
  521. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  522. # Non-C LC_CTYPE values break the ctype check.
  523. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  524. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  525. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  526. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  527.  
  528. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  529. rm -rf conftest* confdefs.h
  530. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  531. echo > confdefs.h
  532.  
  533. # A filename unique to this package, relative to the directory that
  534. # configure is in, which we can look for to find out if srcdir is correct.
  535. ac_unique_file=src/alloc.c
  536.  
  537. # Find the source files, if location was not specified.
  538. if test -z "$srcdir"; then
  539.   ac_srcdir_defaulted=yes
  540.   # Try the directory containing this script, then its parent.
  541.   ac_prog=$0
  542.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  543.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  544.   srcdir=$ac_confdir
  545.   if test ! -r $srcdir/$ac_unique_file; then
  546.     srcdir=..
  547.   fi
  548. else
  549.   ac_srcdir_defaulted=no
  550. fi
  551. if test ! -r $srcdir/$ac_unique_file; then
  552.   if test "$ac_srcdir_defaulted" = yes; then
  553.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  554.   else
  555.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  556.   fi
  557. fi
  558. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  559.  
  560. # Prefer explicitly selected file to automatically selected ones.
  561. if test -z "$CONFIG_SITE"; then
  562.   if test "x$prefix" != xNONE; then
  563.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  564.   else
  565.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  566.   fi
  567. fi
  568. for ac_site_file in $CONFIG_SITE; do
  569.   if test -r "$ac_site_file"; then
  570.     echo "loading site script $ac_site_file"
  571.     . "$ac_site_file"
  572.   fi
  573. done
  574.  
  575. if test -r "$cache_file"; then
  576.   echo "loading cache $cache_file"
  577.   . $cache_file
  578. else
  579.   echo "creating cache $cache_file"
  580.   > $cache_file
  581. fi
  582.  
  583. ac_ext=c
  584. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  585. ac_cpp='$CPP $CPPFLAGS'
  586. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  587. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  588. cross_compiling=$ac_cv_prog_cc_cross
  589.  
  590. ac_exeext=
  591. ac_objext=o
  592. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  593.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  594.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  595.     ac_n= ac_c='
  596. ' ac_t='    '
  597.   else
  598.     ac_n=-n ac_c= ac_t=
  599.   fi
  600. else
  601.   ac_n= ac_c='\c' ac_t=
  602. fi
  603.  
  604.  
  605.  
  606. ac_aux_dir=
  607. for ac_dir in acconfig $srcdir/acconfig; do
  608.   if test -f $ac_dir/install-sh; then
  609.     ac_aux_dir=$ac_dir
  610.     ac_install_sh="$ac_aux_dir/install-sh -c"
  611.     break
  612.   elif test -f $ac_dir/install.sh; then
  613.     ac_aux_dir=$ac_dir
  614.     ac_install_sh="$ac_aux_dir/install.sh -c"
  615.     break
  616.   fi
  617. done
  618. if test -z "$ac_aux_dir"; then
  619.   { echo "configure: error: can not find install-sh or install.sh in acconfig $srcdir/acconfig" 1>&2; exit 1; }
  620. fi
  621. ac_config_guess=$ac_aux_dir/config.guess
  622. ac_config_sub=$ac_aux_dir/config.sub
  623. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  624.  
  625.  
  626. # Find a good install program.  We prefer a C program (faster),
  627. # so one script is as good as another.  But avoid the broken or
  628. # incompatible versions:
  629. # SysV /etc/install, /usr/sbin/install
  630. # SunOS /usr/etc/install
  631. # IRIX /sbin/install
  632. # AIX /bin/install
  633. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  634. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  635. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  636. # ./install, which can be erroneously created by make from ./install.sh.
  637. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  638. echo "configure:639: checking for a BSD compatible install" >&5
  639. if test -z "$INSTALL"; then
  640. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  641.   echo $ac_n "(cached) $ac_c" 1>&6
  642. else
  643.     IFS="${IFS=     }"; ac_save_IFS="$IFS"; IFS=":"
  644.   for ac_dir in $PATH; do
  645.     # Account for people who put trailing slashes in PATH elements.
  646.     case "$ac_dir/" in
  647.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  648.     *)
  649.       # OSF1 and SCO ODT 3.0 have their own names for install.
  650.       # Don't use installbsd from OSF since it installs stuff as root
  651.       # by default.
  652.       for ac_prog in ginstall scoinst install; do
  653.         if test -f $ac_dir/$ac_prog; then
  654.       if test $ac_prog = install &&
  655.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  656.         # AIX install.  It has an incompatible calling convention.
  657.         :
  658.       else
  659.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  660.         break 2
  661.       fi
  662.     fi
  663.       done
  664.       ;;
  665.     esac
  666.   done
  667.   IFS="$ac_save_IFS"
  668.  
  669. fi
  670.   if test "${ac_cv_path_install+set}" = set; then
  671.     INSTALL="$ac_cv_path_install"
  672.   else
  673.     # As a last resort, use the slow shell script.  We don't cache a
  674.     # path for INSTALL within a source directory, because that will
  675.     # break other packages using the cache if that directory is
  676.     # removed, or if the path is relative.
  677.     INSTALL="$ac_install_sh"
  678.   fi
  679. fi
  680. echo "$ac_t""$INSTALL" 1>&6
  681.  
  682. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  683. # It thinks the first close brace ends the variable substitution.
  684. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  685.  
  686. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  687.  
  688. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  689.  
  690. echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
  691. echo "configure:692: checking whether build environment is sane" >&5
  692. # Just in case
  693. sleep 1
  694. echo timestamp > conftestfile
  695. # Do `set' in a subshell so we don't clobber the current shell's
  696. # arguments.  Must try -L first in case configure is actually a
  697. # symlink; some systems play weird games with the mod time of symlinks
  698. # (eg FreeBSD returns the mod time of the symlink's containing
  699. # directory).
  700. if (
  701.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  702.    if test "$*" = "X"; then
  703.       # -L didn't work.
  704.       set X `ls -t $srcdir/configure conftestfile`
  705.    fi
  706.    if test "$*" != "X $srcdir/configure conftestfile" \
  707.       && test "$*" != "X conftestfile $srcdir/configure"; then
  708.  
  709.       # If neither matched, then we have a broken ls.  This can happen
  710.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  711.       # broken ls alias from the environment.  This has actually
  712.       # happened.  Such a system could not be considered "sane".
  713.       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
  714. alias in your environment" 1>&2; exit 1; }
  715.    fi
  716.  
  717.    test "$2" = conftestfile
  718.    )
  719. then
  720.    # Ok.
  721.    :
  722. else
  723.    { echo "configure: error: newly created file is older than distributed files!
  724. Check your system clock" 1>&2; exit 1; }
  725. fi
  726. rm -f conftest*
  727. echo "$ac_t""yes" 1>&6
  728. if test "$program_transform_name" = s,x,x,; then
  729.   program_transform_name=
  730. else
  731.   # Double any \ or $.  echo might interpret backslashes.
  732.   cat <<\EOF_SED > conftestsed
  733. s,\\,\\\\,g; s,\$,$$,g
  734. EOF_SED
  735.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  736.   rm -f conftestsed
  737. fi
  738. test "$program_prefix" != NONE &&
  739.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  740. # Use a double $ so make ignores it.
  741. test "$program_suffix" != NONE &&
  742.   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
  743.  
  744. # sed with no file args requires a program.
  745. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  746.  
  747. echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
  748. echo "configure:749: checking whether ${MAKE-make} sets \${MAKE}" >&5
  749. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  750. if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  751.   echo $ac_n "(cached) $ac_c" 1>&6
  752. else
  753.   cat > conftestmake <<\EOF
  754. all:
  755.     @echo 'ac_maketemp="${MAKE}"'
  756. EOF
  757. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  758. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  759. if test -n "$ac_maketemp"; then
  760.   eval ac_cv_prog_make_${ac_make}_set=yes
  761. else
  762.   eval ac_cv_prog_make_${ac_make}_set=no
  763. fi
  764. rm -f conftestmake
  765. fi
  766. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  767.   echo "$ac_t""yes" 1>&6
  768.   SET_MAKE=
  769. else
  770.   echo "$ac_t""no" 1>&6
  771.   SET_MAKE="MAKE=${MAKE-make}"
  772. fi
  773.  
  774.  
  775. PACKAGE=ucl
  776.  
  777. VERSION=0.91
  778.  
  779. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  780.   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  781. fi
  782. cat >> confdefs.h <<EOF
  783. #define PACKAGE "$PACKAGE"
  784. EOF
  785.  
  786. cat >> confdefs.h <<EOF
  787. #define VERSION "$VERSION"
  788. EOF
  789.  
  790.  
  791.  
  792. missing_dir=`cd $ac_aux_dir && pwd`
  793. echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
  794. echo "configure:795: checking for working aclocal" >&5
  795. # Run test in a subshell; some versions of sh will print an error if
  796. # an executable is not found, even if stderr is redirected.
  797. # Redirect stdin to placate older versions of autoconf.  Sigh.
  798. if (aclocal --version) < /dev/null > /dev/null 2>&1; then
  799.    ACLOCAL=aclocal
  800.    echo "$ac_t""found" 1>&6
  801. else
  802.    ACLOCAL="$missing_dir/missing aclocal"
  803.    echo "$ac_t""missing" 1>&6
  804. fi
  805.  
  806. echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
  807. echo "configure:808: checking for working autoconf" >&5
  808. # Run test in a subshell; some versions of sh will print an error if
  809. # an executable is not found, even if stderr is redirected.
  810. # Redirect stdin to placate older versions of autoconf.  Sigh.
  811. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  812.    AUTOCONF=autoconf
  813.    echo "$ac_t""found" 1>&6
  814. else
  815.    AUTOCONF="$missing_dir/missing autoconf"
  816.    echo "$ac_t""missing" 1>&6
  817. fi
  818.  
  819. echo $ac_n "checking for working automake""... $ac_c" 1>&6
  820. echo "configure:821: checking for working automake" >&5
  821. # Run test in a subshell; some versions of sh will print an error if
  822. # an executable is not found, even if stderr is redirected.
  823. # Redirect stdin to placate older versions of autoconf.  Sigh.
  824. if (automake --version) < /dev/null > /dev/null 2>&1; then
  825.    AUTOMAKE=automake
  826.    echo "$ac_t""found" 1>&6
  827. else
  828.    AUTOMAKE="$missing_dir/missing automake"
  829.    echo "$ac_t""missing" 1>&6
  830. fi
  831.  
  832. echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
  833. echo "configure:834: checking for working autoheader" >&5
  834. # Run test in a subshell; some versions of sh will print an error if
  835. # an executable is not found, even if stderr is redirected.
  836. # Redirect stdin to placate older versions of autoconf.  Sigh.
  837. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  838.    AUTOHEADER=autoheader
  839.    echo "$ac_t""found" 1>&6
  840. else
  841.    AUTOHEADER="$missing_dir/missing autoheader"
  842.    echo "$ac_t""missing" 1>&6
  843. fi
  844.  
  845. echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
  846. echo "configure:847: checking for working makeinfo" >&5
  847. # Run test in a subshell; some versions of sh will print an error if
  848. # an executable is not found, even if stderr is redirected.
  849. # Redirect stdin to placate older versions of autoconf.  Sigh.
  850. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  851.    MAKEINFO=makeinfo
  852.    echo "$ac_t""found" 1>&6
  853. else
  854.    MAKEINFO="$missing_dir/missing makeinfo"
  855.    echo "$ac_t""missing" 1>&6
  856. fi
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863. # Make sure we can run config.sub.
  864. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  865. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  866. fi
  867.  
  868. echo $ac_n "checking host system type""... $ac_c" 1>&6
  869. echo "configure:870: checking host system type" >&5
  870.  
  871. host_alias=$host
  872. case "$host_alias" in
  873. NONE)
  874.   case $nonopt in
  875.   NONE)
  876.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  877.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  878.     fi ;;
  879.   *) host_alias=$nonopt ;;
  880.   esac ;;
  881. esac
  882.  
  883. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  884. host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  885. host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  886. host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  887. echo "$ac_t""$host" 1>&6
  888.  
  889.  
  890. echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
  891. echo "configure:892: checking whether to enable maintainer-specific portions of Makefiles" >&5
  892.     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
  893. if test "${enable_maintainer_mode+set}" = set; then
  894.   enableval="$enable_maintainer_mode"
  895.   USE_MAINTAINER_MODE=$enableval
  896. else
  897.   USE_MAINTAINER_MODE=no
  898. fi
  899.  
  900.   echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
  901.   
  902.  
  903. if test $USE_MAINTAINER_MODE = yes; then
  904.   MAINTAINER_MODE_TRUE=
  905.   MAINTAINER_MODE_FALSE='#'
  906. else
  907.   MAINTAINER_MODE_TRUE='#'
  908.   MAINTAINER_MODE_FALSE=
  909. fi
  910.   MAINT=$MAINTAINER_MODE_TRUE
  911.   
  912.  
  913.  
  914. echo $ac_n "checking whether we are using GNU make""... $ac_c" 1>&6
  915. echo "configure:916: checking whether we are using GNU make" >&5
  916. # Run test in a subshell; some versions of sh will print an error if
  917. # an executable is not found, even if stderr is redirected.
  918. if (${MAKE-make} --version) 2>&1 </dev/null | grep 'GNU' >/dev/null; then
  919.    mfx_GMAKE=yes
  920.    echo "$ac_t""yes" 1>&6
  921. else
  922.    mfx_GMAKE=no
  923.    echo "$ac_t""no" 1>&6
  924. fi
  925.  
  926.  
  927.  
  928. if test x$mfx_GMAKE = xyes; then
  929.   GMAKE_TRUE=
  930.   GMAKE_FALSE='#'
  931. else
  932.   GMAKE_TRUE='#'
  933.   GMAKE_FALSE=
  934. fi
  935.  
  936. MOSTLYCLEANFILES='*.i'
  937. CLEANFILES='*.bb *.bbg *.da *.gcov bb.out bbtrace* gmon.out'
  938.  
  939.  
  940.  
  941. mfx_enable_static="$enable_static"
  942. mfx_enable_shared="$enable_shared"
  943. # Check whether --enable-static or --disable-static was given.
  944. if test "${enable_static+set}" = set; then
  945.   enableval="$enable_static"
  946.   p=${PACKAGE-default}
  947. case "$enableval" in
  948. yes) enable_static=yes ;;
  949. no) enable_static=no ;;
  950. *)
  951.   enable_static=no
  952.   # Look at the argument we got.  We use all the common list separators.
  953.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  954.   for pkg in $enableval; do
  955.     if test "X$pkg" = "X$p"; then
  956.       enable_static=yes
  957.     fi
  958.   done
  959.   IFS="$ac_save_ifs"
  960.   ;;
  961. esac
  962. else
  963.   enable_static=yes
  964. fi
  965.  
  966. # Check whether --enable-shared or --disable-shared was given.
  967. if test "${enable_shared+set}" = set; then
  968.   enableval="$enable_shared"
  969.   p=${PACKAGE-default}
  970. case "$enableval" in
  971. yes) enable_shared=yes ;;
  972. no) enable_shared=no ;;
  973. *)
  974.   enable_shared=no
  975.   # Look at the argument we got.  We use all the common list separators.
  976.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  977.   for pkg in $enableval; do
  978.     if test "X$pkg" = "X$p"; then
  979.       enable_shared=yes
  980.     fi
  981.   done
  982.   IFS="$ac_save_ifs"
  983.   ;;
  984. esac
  985. else
  986.   enable_shared=no
  987. fi
  988.  
  989.  
  990. echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
  991. echo "configure:992: checking if malloc debugging is wanted" >&5
  992. # Check whether --with-dmalloc or --without-dmalloc was given.
  993. if test "${with_dmalloc+set}" = set; then
  994.   withval="$with_dmalloc"
  995.   if test "$withval" = yes; then
  996.   echo "$ac_t""yes" 1>&6
  997.   cat >> confdefs.h <<\EOF
  998. #define WITH_DMALLOC 1
  999. EOF
  1000.  
  1001.   LIBS="$LIBS -ldmalloc"
  1002.   LDFLAGS="$LDFLAGS -g"
  1003. else
  1004.   echo "$ac_t""no" 1>&6
  1005. fi
  1006. else
  1007.   echo "$ac_t""no" 1>&6
  1008. fi
  1009.  
  1010.  
  1011.  
  1012.  
  1013. # Check whether --enable-debug or --disable-debug was given.
  1014. if test "${enable_debug+set}" = set; then
  1015.   enableval="$enable_debug"
  1016.   test "$enableval" = yes && enable_debug=yes
  1017. fi
  1018.  
  1019. test "$enable_debug" = yes || enable_debug=no
  1020.  
  1021.  
  1022.  
  1023.  
  1024. # /***********************************************************************
  1025. # // Prepare compiler flags
  1026. # ************************************************************************/
  1027.  
  1028. CPPFLAGS="$CPPFLAGS"
  1029. CFLAGS="$CFLAGS"
  1030. CXXFLAGS="$CXXFLAGS"
  1031. CFLAGS_O=""
  1032. CFLAGS_W=""
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039. # /***********************************************************************
  1040. # // Checks for compiler
  1041. # ************************************************************************/
  1042.  
  1043. # Extract the first word of "gcc", so it can be a program name with args.
  1044. set dummy gcc; ac_word=$2
  1045. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1046. echo "configure:1047: checking for $ac_word" >&5
  1047. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  1048.   echo $ac_n "(cached) $ac_c" 1>&6
  1049. else
  1050.   if test -n "$CC"; then
  1051.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1052. else
  1053.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS=":"
  1054.   ac_dummy="$PATH"
  1055.   for ac_dir in $ac_dummy; do
  1056.     test -z "$ac_dir" && ac_dir=.
  1057.     if test -f $ac_dir/$ac_word; then
  1058.       ac_cv_prog_CC="gcc"
  1059.       break
  1060.     fi
  1061.   done
  1062.   IFS="$ac_save_ifs"
  1063. fi
  1064. fi
  1065. CC="$ac_cv_prog_CC"
  1066. if test -n "$CC"; then
  1067.   echo "$ac_t""$CC" 1>&6
  1068. else
  1069.   echo "$ac_t""no" 1>&6
  1070. fi
  1071.  
  1072. if test -z "$CC"; then
  1073.   # Extract the first word of "cc", so it can be a program name with args.
  1074. set dummy cc; ac_word=$2
  1075. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1076. echo "configure:1077: checking for $ac_word" >&5
  1077. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  1078.   echo $ac_n "(cached) $ac_c" 1>&6
  1079. else
  1080.   if test -n "$CC"; then
  1081.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1082. else
  1083.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS=":"
  1084.   ac_prog_rejected=no
  1085.   ac_dummy="$PATH"
  1086.   for ac_dir in $ac_dummy; do
  1087.     test -z "$ac_dir" && ac_dir=.
  1088.     if test -f $ac_dir/$ac_word; then
  1089.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  1090.         ac_prog_rejected=yes
  1091.     continue
  1092.       fi
  1093.       ac_cv_prog_CC="cc"
  1094.       break
  1095.     fi
  1096.   done
  1097.   IFS="$ac_save_ifs"
  1098. if test $ac_prog_rejected = yes; then
  1099.   # We found a bogon in the path, so make sure we never use it.
  1100.   set dummy $ac_cv_prog_CC
  1101.   shift
  1102.   if test $# -gt 0; then
  1103.     # We chose a different compiler from the bogus one.
  1104.     # However, it has the same basename, so the bogon will be chosen
  1105.     # first if we set CC to just the basename; use the full file name.
  1106.     shift
  1107.     set dummy "$ac_dir/$ac_word" "$@"
  1108.     shift
  1109.     ac_cv_prog_CC="$@"
  1110.   fi
  1111. fi
  1112. fi
  1113. fi
  1114. CC="$ac_cv_prog_CC"
  1115. if test -n "$CC"; then
  1116.   echo "$ac_t""$CC" 1>&6
  1117. else
  1118.   echo "$ac_t""no" 1>&6
  1119. fi
  1120.  
  1121.   if test -z "$CC"; then
  1122.     case "`uname -s`" in
  1123.     *win32* | *WIN32*)
  1124.       # Extract the first word of "cl", so it can be a program name with args.
  1125. set dummy cl; ac_word=$2
  1126. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1127. echo "configure:1128: checking for $ac_word" >&5
  1128. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  1129.   echo $ac_n "(cached) $ac_c" 1>&6
  1130. else
  1131.   if test -n "$CC"; then
  1132.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1133. else
  1134.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS=":"
  1135.   ac_dummy="$PATH"
  1136.   for ac_dir in $ac_dummy; do
  1137.     test -z "$ac_dir" && ac_dir=.
  1138.     if test -f $ac_dir/$ac_word; then
  1139.       ac_cv_prog_CC="cl"
  1140.       break
  1141.     fi
  1142.   done
  1143.   IFS="$ac_save_ifs"
  1144. fi
  1145. fi
  1146. CC="$ac_cv_prog_CC"
  1147. if test -n "$CC"; then
  1148.   echo "$ac_t""$CC" 1>&6
  1149. else
  1150.   echo "$ac_t""no" 1>&6
  1151. fi
  1152.  ;;
  1153.     esac
  1154.   fi
  1155.   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  1156. fi
  1157.  
  1158. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  1159. echo "configure:1160: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  1160.  
  1161. ac_ext=c
  1162. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1163. ac_cpp='$CPP $CPPFLAGS'
  1164. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1165. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1166. cross_compiling=$ac_cv_prog_cc_cross
  1167.  
  1168. cat > conftest.$ac_ext << EOF
  1169.  
  1170. #line 1171 "configure"
  1171. #include "confdefs.h"
  1172.  
  1173. main(){return(0);}
  1174. EOF
  1175. if { (eval echo configure:1176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1176.   ac_cv_prog_cc_works=yes
  1177.   # If we can't run a trivial program, we are probably using a cross compiler.
  1178.   if (./conftest; exit) 2>/dev/null; then
  1179.     ac_cv_prog_cc_cross=no
  1180.   else
  1181.     ac_cv_prog_cc_cross=yes
  1182.   fi
  1183. else
  1184.   echo "configure: failed program was:" >&5
  1185.   cat conftest.$ac_ext >&5
  1186.   ac_cv_prog_cc_works=no
  1187. fi
  1188. rm -fr conftest*
  1189. ac_ext=c
  1190. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1191. ac_cpp='$CPP $CPPFLAGS'
  1192. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1193. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1194. cross_compiling=$ac_cv_prog_cc_cross
  1195.  
  1196. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  1197. if test $ac_cv_prog_cc_works = no; then
  1198.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  1199. fi
  1200. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  1201. echo "configure:1202: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  1202. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  1203. cross_compiling=$ac_cv_prog_cc_cross
  1204.  
  1205. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  1206. echo "configure:1207: checking whether we are using GNU C" >&5
  1207. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  1208.   echo $ac_n "(cached) $ac_c" 1>&6
  1209. else
  1210.   cat > conftest.c <<EOF
  1211. #ifdef __GNUC__
  1212.   yes;
  1213. #endif
  1214. EOF
  1215. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1216: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  1216.   ac_cv_prog_gcc=yes
  1217. else
  1218.   ac_cv_prog_gcc=no
  1219. fi
  1220. fi
  1221.  
  1222. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  1223.  
  1224. if test $ac_cv_prog_gcc = yes; then
  1225.   GCC=yes
  1226. else
  1227.   GCC=
  1228. fi
  1229.  
  1230. ac_test_CFLAGS="${CFLAGS+set}"
  1231. ac_save_CFLAGS="$CFLAGS"
  1232. CFLAGS=
  1233. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  1234. echo "configure:1235: checking whether ${CC-cc} accepts -g" >&5
  1235. if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
  1236.   echo $ac_n "(cached) $ac_c" 1>&6
  1237. else
  1238.   echo 'void f(){}' > conftest.c
  1239. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  1240.   ac_cv_prog_cc_g=yes
  1241. else
  1242.   ac_cv_prog_cc_g=no
  1243. fi
  1244. rm -f conftest*
  1245.  
  1246. fi
  1247.  
  1248. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  1249. if test "$ac_test_CFLAGS" = set; then
  1250.   CFLAGS="$ac_save_CFLAGS"
  1251. elif test $ac_cv_prog_cc_g = yes; then
  1252.   if test "$GCC" = yes; then
  1253.     CFLAGS="-g -O2"
  1254.   else
  1255.     CFLAGS="-g"
  1256.   fi
  1257. else
  1258.   if test "$GCC" = yes; then
  1259.     CFLAGS="-O2"
  1260.   else
  1261.     CFLAGS=
  1262.   fi
  1263. fi
  1264.  
  1265. echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
  1266. echo "configure:1267: checking for Cygwin environment" >&5
  1267. if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
  1268.   echo $ac_n "(cached) $ac_c" 1>&6
  1269. else
  1270.   cat > conftest.$ac_ext <<EOF
  1271. #line 1272 "configure"
  1272. #include "confdefs.h"
  1273.  
  1274. int main() {
  1275.  
  1276. #ifndef __CYGWIN__
  1277. #define __CYGWIN__ __CYGWIN32__
  1278. #endif
  1279. return __CYGWIN__;
  1280. ; return 0; }
  1281. EOF
  1282. if { (eval echo configure:1283: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1283.   rm -rf conftest*
  1284.   ac_cv_cygwin=yes
  1285. else
  1286.   echo "configure: failed program was:" >&5
  1287.   cat conftest.$ac_ext >&5
  1288.   rm -rf conftest*
  1289.   ac_cv_cygwin=no
  1290. fi
  1291. rm -f conftest*
  1292. rm -f conftest*
  1293. fi
  1294.  
  1295. echo "$ac_t""$ac_cv_cygwin" 1>&6
  1296. CYGWIN=
  1297. test "$ac_cv_cygwin" = yes && CYGWIN=yes
  1298. echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
  1299. echo "configure:1300: checking for mingw32 environment" >&5
  1300. if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
  1301.   echo $ac_n "(cached) $ac_c" 1>&6
  1302. else
  1303.   cat > conftest.$ac_ext <<EOF
  1304. #line 1305 "configure"
  1305. #include "confdefs.h"
  1306.  
  1307. int main() {
  1308. return __MINGW32__;
  1309. ; return 0; }
  1310. EOF
  1311. if { (eval echo configure:1312: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1312.   rm -rf conftest*
  1313.   ac_cv_mingw32=yes
  1314. else
  1315.   echo "configure: failed program was:" >&5
  1316.   cat conftest.$ac_ext >&5
  1317.   rm -rf conftest*
  1318.   ac_cv_mingw32=no
  1319. fi
  1320. rm -f conftest*
  1321. rm -f conftest*
  1322. fi
  1323.  
  1324. echo "$ac_t""$ac_cv_mingw32" 1>&6
  1325. MINGW32=
  1326. test "$ac_cv_mingw32" = yes && MINGW32=yes
  1327.  
  1328.  
  1329. echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
  1330. echo "configure:1331: checking for executable suffix" >&5
  1331. if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
  1332.   echo $ac_n "(cached) $ac_c" 1>&6
  1333. else
  1334.   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
  1335.   ac_cv_exeext=.exe
  1336. else
  1337.   rm -f conftest*
  1338.   echo 'int main () { return 0; }' > conftest.$ac_ext
  1339.   ac_cv_exeext=
  1340.   if { (eval echo configure:1341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1341.     for file in conftest.*; do
  1342.       case $file in
  1343.       *.c | *.o | *.obj) ;;
  1344.       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
  1345.       esac
  1346.     done
  1347.   else
  1348.     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
  1349.   fi
  1350.   rm -f conftest*
  1351.   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
  1352. fi
  1353. fi
  1354.  
  1355. EXEEXT=""
  1356. test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
  1357. echo "$ac_t""${ac_cv_exeext}" 1>&6
  1358. ac_exeext=$EXEEXT
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364. echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
  1365. echo "configure:1366: checking for ${CC-cc} option to accept ANSI C" >&5
  1366. if eval "test \"`echo '$''{'mfx_cv_prog_cc_ansi'+set}'`\" = set"; then
  1367.   echo $ac_n "(cached) $ac_c" 1>&6
  1368. else
  1369.   mfx_cv_prog_cc_ansi=no
  1370. ac_save_CC="$CC"
  1371. # Don't try gcc -ansi; that turns off useful extensions and
  1372. # breaks some systems' header files.
  1373. # AIX                   -qlanglvl=ansi
  1374. # Ultrix and OSF/1      -std1
  1375. # HP-UX 10.20 and later -Ae
  1376. # HP-UX older versions  -Aa -D_HPUX_SOURCE
  1377. # SVR4                  -Xc -D__EXTENSIONS__
  1378. for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  1379. do
  1380.   CC="$ac_save_CC $ac_arg"
  1381.   cat > conftest.$ac_ext <<EOF
  1382. #line 1383 "configure"
  1383. #include "confdefs.h"
  1384. #include <stdarg.h>
  1385. #include <stdio.h>
  1386. #include <sys/types.h>
  1387. #include <sys/stat.h>
  1388. # include <limits.h>  /* note the space */
  1389. #if 1 && !defined(UINT_MAX)
  1390. #  error "this is an error"
  1391. #  include "choke me"
  1392. #elif 0 || !defined(UINT_MAX)
  1393. #  error "this is an error"
  1394. #  include "choke me"
  1395. #elif !defined(UINT_MAX)
  1396. #  error "this is an error"
  1397. #  include "choke me"
  1398. #elif !(1-1)
  1399. /* ok */
  1400. #else
  1401. #  error "this is an error"
  1402. #  include "choke me"
  1403. #endif
  1404. #define STRINGIZE(x)        #x
  1405. #define MACRO_EXPAND(x)     STRINGIZE(x)
  1406. extern volatile signed char flag;
  1407. extern char *s ( void );
  1408. char *s ( void )
  1409. {
  1410.   static char n[] = MACRO_EXPAND(UINT_MAX);
  1411.   return flag ? n : n + 1;
  1412. }
  1413. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  1414. struct buf { int x; };
  1415. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  1416. static char *e (p, i)
  1417.      char **p;
  1418.      int i;
  1419. {
  1420.   return p[i];
  1421. }
  1422. static char *f (char * (*g) (char **, int), char **p, ...)
  1423. {
  1424.   char *s;
  1425.   va_list v;
  1426.   va_start (v,p);
  1427.   s = g (p, va_arg (v,int));
  1428.   va_end (v);
  1429.   return s;
  1430. }
  1431. int test (int i, double x);
  1432. struct s1 {int (*f) (int a);};
  1433. struct s2 {int (*f) (double a);};
  1434. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  1435. int argc;
  1436. char **argv;
  1437.  
  1438. int main() {
  1439.  
  1440. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  1441.  
  1442. ; return 0; }
  1443. EOF
  1444. if { (eval echo configure:1445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1445.   rm -rf conftest*
  1446.   mfx_cv_prog_cc_ansi="$ac_arg"; break
  1447. else
  1448.   echo "configure: failed program was:" >&5
  1449.   cat conftest.$ac_ext >&5
  1450. fi
  1451. rm -f conftest*
  1452. done
  1453. CC="$ac_save_CC"
  1454.  
  1455. fi
  1456.  
  1457. if test -z "$mfx_cv_prog_cc_ansi"; then
  1458.   echo "$ac_t""none needed" 1>&6
  1459. else
  1460.   echo "$ac_t""$mfx_cv_prog_cc_ansi" 1>&6
  1461. fi
  1462. case "x$mfx_cv_prog_cc_ansi" in
  1463.   x|xno) ;;
  1464.   *) CC="$CC $mfx_cv_prog_cc_ansi" ;;
  1465. esac
  1466.  
  1467. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1468. echo "configure:1469: checking how to run the C preprocessor" >&5
  1469. # On Suns, sometimes $CPP names a directory.
  1470. if test -n "$CPP" && test -d "$CPP"; then
  1471.   CPP=
  1472. fi
  1473. if test -z "$CPP"; then
  1474. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  1475.   echo $ac_n "(cached) $ac_c" 1>&6
  1476. else
  1477.     # This must be in double quotes, not single quotes, because CPP may get
  1478.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1479.   CPP="${CC-cc} -E"
  1480.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1481.   # not just through cpp.
  1482.   cat > conftest.$ac_ext <<EOF
  1483. #line 1484 "configure"
  1484. #include "confdefs.h"
  1485. #include <assert.h>
  1486. Syntax Error
  1487. EOF
  1488. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1489. { (eval echo configure:1490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1490. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  1491. if test -z "$ac_err"; then
  1492.   :
  1493. else
  1494.   echo "$ac_err" >&5
  1495.   echo "configure: failed program was:" >&5
  1496.   cat conftest.$ac_ext >&5
  1497.   rm -rf conftest*
  1498.   CPP="${CC-cc} -E -traditional-cpp"
  1499.   cat > conftest.$ac_ext <<EOF
  1500. #line 1501 "configure"
  1501. #include "confdefs.h"
  1502. #include <assert.h>
  1503. Syntax Error
  1504. EOF
  1505. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1506. { (eval echo configure:1507: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1507. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  1508. if test -z "$ac_err"; then
  1509.   :
  1510. else
  1511.   echo "$ac_err" >&5
  1512.   echo "configure: failed program was:" >&5
  1513.   cat conftest.$ac_ext >&5
  1514.   rm -rf conftest*
  1515.   CPP="${CC-cc} -nologo -E"
  1516.   cat > conftest.$ac_ext <<EOF
  1517. #line 1518 "configure"
  1518. #include "confdefs.h"
  1519. #include <assert.h>
  1520. Syntax Error
  1521. EOF
  1522. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1523. { (eval echo configure:1524: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1524. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  1525. if test -z "$ac_err"; then
  1526.   :
  1527. else
  1528.   echo "$ac_err" >&5
  1529.   echo "configure: failed program was:" >&5
  1530.   cat conftest.$ac_ext >&5
  1531.   rm -rf conftest*
  1532.   CPP=/lib/cpp
  1533. fi
  1534. rm -f conftest*
  1535. fi
  1536. rm -f conftest*
  1537. fi
  1538. rm -f conftest*
  1539.   ac_cv_prog_CPP="$CPP"
  1540. fi
  1541.   CPP="$ac_cv_prog_CPP"
  1542. else
  1543.   ac_cv_prog_CPP="$CPP"
  1544. fi
  1545. echo "$ac_t""$CPP" 1>&6
  1546.  
  1547. if test "x$CC" != xcc; then
  1548.   echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6
  1549. echo "configure:1550: checking whether $CC and cc understand -c and -o together" >&5
  1550. else
  1551.   echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6
  1552. echo "configure:1553: checking whether cc understands -c and -o together" >&5
  1553. fi
  1554. set dummy $CC; ac_cc="`echo $2 |
  1555.                sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`"
  1556. if eval "test \"`echo '$''{'ac_cv_prog_cc_${ac_cc}_c_o'+set}'`\" = set"; then
  1557.   echo $ac_n "(cached) $ac_c" 1>&6
  1558. else
  1559.   echo 'foo(){}' > conftest.c
  1560. # Make sure it works both with $CC and with simple cc.
  1561. # We do the test twice because some compilers refuse to overwrite an
  1562. # existing .o file with -o, though they will create one.
  1563. ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5'
  1564. if { (eval echo configure:1565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
  1565.    test -f conftest.o && { (eval echo configure:1566: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
  1566. then
  1567.   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
  1568.   if test "x$CC" != xcc; then
  1569.     # Test first that cc exists at all.
  1570.     if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
  1571.       ac_try='cc -c conftest.c -o conftest.o 1>&5'
  1572.       if { (eval echo configure:1573: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
  1573.      test -f conftest.o && { (eval echo configure:1574: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
  1574.       then
  1575.         # cc works too.
  1576.         :
  1577.       else
  1578.         # cc exists but doesn't like -o.
  1579.         eval ac_cv_prog_cc_${ac_cc}_c_o=no
  1580.       fi
  1581.     fi
  1582.   fi
  1583. else
  1584.   eval ac_cv_prog_cc_${ac_cc}_c_o=no
  1585. fi
  1586. rm -f conftest*
  1587.  
  1588. fi
  1589. if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
  1590.   echo "$ac_t""yes" 1>&6
  1591. else
  1592.   echo "$ac_t""no" 1>&6
  1593.   cat >> confdefs.h <<\EOF
  1594. #define NO_MINUS_C_MINUS_O 1
  1595. EOF
  1596.  
  1597. fi
  1598.  
  1599. echo $ac_n "checking how the compiler promotes integrals""... $ac_c" 1>&6
  1600. echo "configure:1601: checking how the compiler promotes integrals" >&5
  1601. if eval "test \"`echo '$''{'mfx_cv_prog_cc_integral_promotion'+set}'`\" = set"; then
  1602.   echo $ac_n "(cached) $ac_c" 1>&6
  1603. else
  1604.   if test "$cross_compiling" = yes; then
  1605.   mfx_cv_prog_cc_integral_promotion="unknown"
  1606. else
  1607.   cat > conftest.$ac_ext <<EOF
  1608. #line 1609 "configure"
  1609. #include "confdefs.h"
  1610. int main(){ unsigned char c; int s;
  1611.   c = (unsigned char) (1 << (8 * sizeof(char) - 1));
  1612.   s = 8 * (int) (sizeof(int) - sizeof(char));
  1613.   exit(((c << s) > 0) ? 1 : 0);}
  1614. EOF
  1615. if { (eval echo configure:1616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1616. then
  1617.   mfx_cv_prog_cc_integral_promotion="ANSI (value-preserving)"
  1618. else
  1619.   echo "configure: failed program was:" >&5
  1620.   cat conftest.$ac_ext >&5
  1621.   rm -fr conftest*
  1622.   mfx_cv_prog_cc_integral_promotion="Classic (unsigned-preserving)"
  1623. fi
  1624. rm -fr conftest*
  1625. fi
  1626.  
  1627. fi
  1628.  
  1629. echo "$ac_t""$mfx_cv_prog_cc_integral_promotion" 1>&6
  1630.  
  1631. echo $ac_n "checking whether we are using checkergcc""... $ac_c" 1>&6
  1632. echo "configure:1633: checking whether we are using checkergcc" >&5
  1633. if eval "test \"`echo '$''{'mfx_cv_prog_checkergcc'+set}'`\" = set"; then
  1634.   echo $ac_n "(cached) $ac_c" 1>&6
  1635. else
  1636.   cat > conftest.c <<EOF
  1637. #ifdef __GNUC__
  1638. #ifdef __CHECKER__
  1639.   yes;
  1640. #endif
  1641. #endif
  1642. EOF
  1643. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1644: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  1644.   mfx_cv_prog_checkergcc=yes
  1645. else
  1646.   mfx_cv_prog_checkergcc=no
  1647. fi
  1648. fi
  1649.  
  1650. echo "$ac_t""$mfx_cv_prog_checkergcc" 1>&6
  1651.  
  1652.  
  1653. if test "$enable_debug" = yes; then
  1654.   CPPFLAGS="$CPPFLAGS -DUCL_DEBUG"
  1655. fi
  1656. echo $ac_n "checking whether to build a debug version""... $ac_c" 1>&6
  1657. echo "configure:1658: checking whether to build a debug version" >&5
  1658. echo "$ac_t""$enable_debug" 1>&6
  1659.  
  1660.  
  1661. # /***********************************************************************
  1662. # // Initialize libtool
  1663. # ************************************************************************/
  1664.  
  1665. if test "$USE_MAINTAINER_MODE" = yes; then
  1666.   test -z "$mfx_enable_shared" && enable_shared=no
  1667. fi
  1668.  
  1669. # Check whether --enable-fast-install or --disable-fast-install was given.
  1670. if test "${enable_fast_install+set}" = set; then
  1671.   enableval="$enable_fast_install"
  1672.   p=${PACKAGE-default}
  1673. case "$enableval" in
  1674. yes) enable_fast_install=yes ;;
  1675. no) enable_fast_install=no ;;
  1676. *)
  1677.   enable_fast_install=no
  1678.   # Look at the argument we got.  We use all the common list separators.
  1679.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  1680.   for pkg in $enableval; do
  1681.     if test "X$pkg" = "X$p"; then
  1682.       enable_fast_install=yes
  1683.     fi
  1684.   done
  1685.   IFS="$ac_save_ifs"
  1686.   ;;
  1687. esac
  1688. else
  1689.   enable_fast_install=yes
  1690. fi
  1691.  
  1692. echo $ac_n "checking build system type""... $ac_c" 1>&6
  1693. echo "configure:1694: checking build system type" >&5
  1694.  
  1695. build_alias=$build
  1696. case "$build_alias" in
  1697. NONE)
  1698.   case $nonopt in
  1699.   NONE) build_alias=$host_alias ;;
  1700.   *) build_alias=$nonopt ;;
  1701.   esac ;;
  1702. esac
  1703.  
  1704. build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
  1705. build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  1706. build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  1707. build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  1708. echo "$ac_t""$build" 1>&6
  1709.  
  1710. # Extract the first word of "ranlib", so it can be a program name with args.
  1711. set dummy ranlib; ac_word=$2
  1712. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1713. echo "configure:1714: checking for $ac_word" >&5
  1714. if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  1715.   echo $ac_n "(cached) $ac_c" 1>&6
  1716. else
  1717.   if test -n "$RANLIB"; then
  1718.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1719. else
  1720.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS=":"
  1721.   ac_dummy="$PATH"
  1722.   for ac_dir in $ac_dummy; do
  1723.     test -z "$ac_dir" && ac_dir=.
  1724.     if test -f $ac_dir/$ac_word; then
  1725.       ac_cv_prog_RANLIB="ranlib"
  1726.       break
  1727.     fi
  1728.   done
  1729.   IFS="$ac_save_ifs"
  1730.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1731. fi
  1732. fi
  1733. RANLIB="$ac_cv_prog_RANLIB"
  1734. if test -n "$RANLIB"; then
  1735.   echo "$ac_t""$RANLIB" 1>&6
  1736. else
  1737.   echo "$ac_t""no" 1>&6
  1738. fi
  1739.  
  1740. # Check whether --with-gnu-ld or --without-gnu-ld was given.
  1741. if test "${with_gnu_ld+set}" = set; then
  1742.   withval="$with_gnu_ld"
  1743.   test "$withval" = no || with_gnu_ld=yes
  1744. else
  1745.   with_gnu_ld=no
  1746. fi
  1747.  
  1748. ac_prog=ld
  1749. if test "$ac_cv_prog_gcc" = yes; then
  1750.   # Check if gcc -print-prog-name=ld gives a path.
  1751.   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
  1752. echo "configure:1753: checking for ld used by GCC" >&5
  1753.   ac_prog=`($CC -print-prog-name=ld) 2>&5`
  1754.   case "$ac_prog" in
  1755.     # Accept absolute paths.
  1756.     [\\/]* | [A-Za-z]:[\\/]*)
  1757.       re_direlt='/[^/][^/]*/\.\./'
  1758.       # Canonicalize the path of ld
  1759.       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
  1760.       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  1761.     ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
  1762.       done
  1763.       test -z "$LD" && LD="$ac_prog"
  1764.       ;;
  1765.   "")
  1766.     # If it fails, then pretend we aren't using GCC.
  1767.     ac_prog=ld
  1768.     ;;
  1769.   *)
  1770.     # If it is relative, then search for the first ld in PATH.
  1771.     with_gnu_ld=unknown
  1772.     ;;
  1773.   esac
  1774. elif test "$with_gnu_ld" = yes; then
  1775.   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
  1776. echo "configure:1777: checking for GNU ld" >&5
  1777. else
  1778.   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
  1779. echo "configure:1780: checking for non-GNU ld" >&5
  1780. fi
  1781. if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
  1782.   echo $ac_n "(cached) $ac_c" 1>&6
  1783. else
  1784.   if test -z "$LD"; then
  1785.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
  1786.   for ac_dir in $PATH; do
  1787.     test -z "$ac_dir" && ac_dir=.
  1788.     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  1789.       ac_cv_path_LD="$ac_dir/$ac_prog"
  1790.       # Check to see if the program is GNU ld.  I'd rather use --version,
  1791.       # but apparently some GNU ld's only accept -v.
  1792.       # Break only if it was the GNU/non-GNU ld that we prefer.
  1793.       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
  1794.     test "$with_gnu_ld" != no && break
  1795.       else
  1796.     test "$with_gnu_ld" != yes && break
  1797.       fi
  1798.     fi
  1799.   done
  1800.   IFS="$ac_save_ifs"
  1801. else
  1802.   ac_cv_path_LD="$LD" # Let the user override the test with a path.
  1803. fi
  1804. fi
  1805.  
  1806. LD="$ac_cv_path_LD"
  1807. if test -n "$LD"; then
  1808.   echo "$ac_t""$LD" 1>&6
  1809. else
  1810.   echo "$ac_t""no" 1>&6
  1811. fi
  1812. test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
  1813. echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
  1814. echo "configure:1815: checking if the linker ($LD) is GNU ld" >&5
  1815. if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
  1816.   echo $ac_n "(cached) $ac_c" 1>&6
  1817. else
  1818.   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  1819. if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
  1820.   ac_cv_prog_gnu_ld=yes
  1821. else
  1822.   ac_cv_prog_gnu_ld=no
  1823. fi
  1824. fi
  1825.  
  1826. echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
  1827.  
  1828.  
  1829. echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
  1830. echo "configure:1831: checking for BSD-compatible nm" >&5
  1831. if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
  1832.   echo $ac_n "(cached) $ac_c" 1>&6
  1833. else
  1834.   if test -n "$NM"; then
  1835.   # Let the user override the test.
  1836.   ac_cv_path_NM="$NM"
  1837. else
  1838.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
  1839.   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
  1840.     test -z "$ac_dir" && ac_dir=.
  1841.     if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext ; then
  1842.       # Check to see if the nm accepts a BSD-compat flag.
  1843.       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  1844.       #   nm: unknown option "B" ignored
  1845.       if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1846.     ac_cv_path_NM="$ac_dir/nm -B"
  1847.     break
  1848.       elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1849.     ac_cv_path_NM="$ac_dir/nm -p"
  1850.     break
  1851.       else
  1852.     ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but
  1853.     continue # so that we can try to find one that supports BSD flags
  1854.       fi
  1855.     fi
  1856.   done
  1857.   IFS="$ac_save_ifs"
  1858.   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
  1859. fi
  1860. fi
  1861.  
  1862. NM="$ac_cv_path_NM"
  1863. echo "$ac_t""$NM" 1>&6
  1864.  
  1865. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  1866. echo "configure:1867: checking whether ln -s works" >&5
  1867. if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
  1868.   echo $ac_n "(cached) $ac_c" 1>&6
  1869. else
  1870.   rm -f conftestdata
  1871. if ln -s X conftestdata 2>/dev/null
  1872. then
  1873.   rm -f conftestdata
  1874.   ac_cv_prog_LN_S="ln -s"
  1875. else
  1876.   ac_cv_prog_LN_S=ln
  1877. fi
  1878. fi
  1879. LN_S="$ac_cv_prog_LN_S"
  1880. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  1881.   echo "$ac_t""yes" 1>&6
  1882. else
  1883.   echo "$ac_t""no" 1>&6
  1884. fi
  1885.  
  1886.  
  1887. case "$target" in
  1888. NONE) lt_target="$host" ;;
  1889. *) lt_target="$target" ;;
  1890. esac
  1891.  
  1892. # Check for any special flags to pass to ltconfig.
  1893. libtool_flags="--cache-file=$cache_file"
  1894. test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
  1895. test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
  1896. test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
  1897. test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
  1898. test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
  1899.  
  1900.  
  1901. # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
  1902. if test "${enable_libtool_lock+set}" = set; then
  1903.   enableval="$enable_libtool_lock"
  1904.   :
  1905. fi
  1906.  
  1907. test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
  1908. test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
  1909.  
  1910. # Some flags need to be propagated to the compiler or linker for good
  1911. # libtool support.
  1912. case "$lt_target" in
  1913. *-*-irix6*)
  1914.   # Find out which ABI we are using.
  1915.   echo '#line 1916 "configure"' > conftest.$ac_ext
  1916.   if { (eval echo configure:1917: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1917.     case "`/usr/bin/file conftest.o`" in
  1918.     *32-bit*)
  1919.       LD="${LD-ld} -32"
  1920.       ;;
  1921.     *N32*)
  1922.       LD="${LD-ld} -n32"
  1923.       ;;
  1924.     *64-bit*)
  1925.       LD="${LD-ld} -64"
  1926.       ;;
  1927.     esac
  1928.   fi
  1929.   rm -rf conftest*
  1930.   ;;
  1931.  
  1932. *-*-sco3.2v5*)
  1933.   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  1934.   SAVE_CFLAGS="$CFLAGS"
  1935.   CFLAGS="$CFLAGS -belf"
  1936.   echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
  1937. echo "configure:1938: checking whether the C compiler needs -belf" >&5
  1938. if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
  1939.   echo $ac_n "(cached) $ac_c" 1>&6
  1940. else
  1941.   
  1942.      ac_ext=c
  1943. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1944. ac_cpp='$CPP $CPPFLAGS'
  1945. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1946. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1947. cross_compiling=$ac_cv_prog_cc_cross
  1948.  
  1949.      cat > conftest.$ac_ext <<EOF
  1950. #line 1951 "configure"
  1951. #include "confdefs.h"
  1952.  
  1953. int main() {
  1954.  
  1955. ; return 0; }
  1956. EOF
  1957. if { (eval echo configure:1958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1958.   rm -rf conftest*
  1959.   lt_cv_cc_needs_belf=yes
  1960. else
  1961.   echo "configure: failed program was:" >&5
  1962.   cat conftest.$ac_ext >&5
  1963.   rm -rf conftest*
  1964.   lt_cv_cc_needs_belf=no
  1965. fi
  1966. rm -f conftest*
  1967.      ac_ext=c
  1968. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1969. ac_cpp='$CPP $CPPFLAGS'
  1970. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1971. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1972. cross_compiling=$ac_cv_prog_cc_cross
  1973.  
  1974. fi
  1975.  
  1976. echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
  1977.   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
  1978.     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
  1979.     CFLAGS="$SAVE_CFLAGS"
  1980.   fi
  1981.   ;;
  1982.  
  1983.  
  1984. esac
  1985.  
  1986.  
  1987. # Save cache, so that ltconfig can load it
  1988. cat > confcache <<\EOF
  1989. # This file is a shell script that caches the results of configure
  1990. # tests run on this system so they can be shared between configure
  1991. # scripts and configure runs.  It is not useful on other systems.
  1992. # If it contains results you don't want to keep, you may remove or edit it.
  1993. #
  1994. # By default, configure uses ./config.cache as the cache file,
  1995. # creating it if it does not exist already.  You can give configure
  1996. # the --cache-file=FILE option to use a different cache file; that is
  1997. # what configure does when it calls configure scripts in
  1998. # subdirectories, so they share the cache.
  1999. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2000. # config.status only pays attention to the cache file if you give it the
  2001. # --recheck option to rerun configure.
  2002. #
  2003. EOF
  2004. # The following way of writing the cache mishandles newlines in values,
  2005. # but we know of no workaround that is simple, portable, and efficient.
  2006. # So, don't put newlines in cache variables' values.
  2007. # Ultrix sh set writes to stderr and can't be redirected directly,
  2008. # and sets the high bit in the cache file unless we assign to the vars.
  2009. (set) 2>&1 |
  2010.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2011.   *ac_space=\ *)
  2012.     # `set' does not quote correctly, so add quotes (double-quote substitution
  2013.     # turns \\\\ into \\, and sed turns \\ into \).
  2014.     sed -n \
  2015.       -e "s/'/'\\\\''/g" \
  2016.       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
  2017.     ;;
  2018.   *)
  2019.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  2020.     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
  2021.     ;;
  2022.   esac >> confcache
  2023. if cmp -s $cache_file confcache; then
  2024.   :
  2025. else
  2026.   if test -w $cache_file; then
  2027.     echo "updating cache $cache_file"
  2028.     cat confcache > $cache_file
  2029.   else
  2030.     echo "not updating unwritable cache $cache_file"
  2031.   fi
  2032. fi
  2033. rm -f confcache
  2034.  
  2035.  
  2036. # Actually configure libtool.  ac_aux_dir is where install-sh is found.
  2037. CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
  2038. LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
  2039. LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
  2040. DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
  2041. ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
  2042. $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
  2043. || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
  2044.  
  2045. # Reload cache, that may have been modified by ltconfig
  2046. if test -r "$cache_file"; then
  2047.   echo "loading cache $cache_file"
  2048.   . $cache_file
  2049. else
  2050.   echo "creating cache $cache_file"
  2051.   > $cache_file
  2052. fi
  2053.  
  2054.  
  2055. # This can be used to rebuild libtool when needed
  2056. LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
  2057.  
  2058. # Always use our own libtool.
  2059. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  2060.  
  2061. # Redirect the config.log output again, so that the ltconfig log is not
  2062. # clobbered by the next message.
  2063. exec 5>>./config.log
  2064.  
  2065.  
  2066. if test "$USE_MAINTAINER_MODE" = yes; then
  2067.     if test -x /bin/ash; then
  2068.     LIBTOOL='/bin/ash $(top_builddir)/libtool'
  2069.   fi
  2070.   LIBTOOL="$LIBTOOL --silent"
  2071. fi
  2072.  
  2073. libucl='$(top_builddir)/src/libucl.la'
  2074.  
  2075.  
  2076.  
  2077. # /***********************************************************************
  2078. # // Checks for other programs
  2079. # ************************************************************************/
  2080.  
  2081. # Extract the first word of "nasm", so it can be a program name with args.
  2082. set dummy nasm; ac_word=$2
  2083. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2084. echo "configure:2085: checking for $ac_word" >&5
  2085. if eval "test \"`echo '$''{'ac_cv_prog_NASM'+set}'`\" = set"; then
  2086.   echo $ac_n "(cached) $ac_c" 1>&6
  2087. else
  2088.   if test -n "$NASM"; then
  2089.   ac_cv_prog_NASM="$NASM" # Let the user override the test.
  2090. else
  2091.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS=":"
  2092.   ac_dummy="$PATH"
  2093.   for ac_dir in $ac_dummy; do
  2094.     test -z "$ac_dir" && ac_dir=.
  2095.     if test -f $ac_dir/$ac_word; then
  2096.       ac_cv_prog_NASM="nasm"
  2097.       break
  2098.     fi
  2099.   done
  2100.   IFS="$ac_save_ifs"
  2101. fi
  2102. fi
  2103. NASM="$ac_cv_prog_NASM"
  2104. if test -n "$NASM"; then
  2105.   echo "$ac_t""$NASM" 1>&6
  2106. else
  2107.   echo "$ac_t""no" 1>&6
  2108. fi
  2109.  
  2110.  
  2111.  
  2112. # /***********************************************************************
  2113. # // Checks for libraries
  2114. # ************************************************************************/
  2115.  
  2116.  
  2117. # /***********************************************************************
  2118. # // Checks for system and library header files
  2119. # ************************************************************************/
  2120.  
  2121. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  2122. echo "configure:2123: checking for ANSI C header files" >&5
  2123. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  2124.   echo $ac_n "(cached) $ac_c" 1>&6
  2125. else
  2126.   cat > conftest.$ac_ext <<EOF
  2127. #line 2128 "configure"
  2128. #include "confdefs.h"
  2129. #include <stdlib.h>
  2130. #include <stdarg.h>
  2131. #include <string.h>
  2132. #include <float.h>
  2133. EOF
  2134. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2135. { (eval echo configure:2136: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2136. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  2137. if test -z "$ac_err"; then
  2138.   rm -rf conftest*
  2139.   ac_cv_header_stdc=yes
  2140. else
  2141.   echo "$ac_err" >&5
  2142.   echo "configure: failed program was:" >&5
  2143.   cat conftest.$ac_ext >&5
  2144.   rm -rf conftest*
  2145.   ac_cv_header_stdc=no
  2146. fi
  2147. rm -f conftest*
  2148.  
  2149. if test $ac_cv_header_stdc = yes; then
  2150.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2151. cat > conftest.$ac_ext <<EOF
  2152. #line 2153 "configure"
  2153. #include "confdefs.h"
  2154. #include <string.h>
  2155. EOF
  2156. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2157.   egrep "memchr" >/dev/null 2>&1; then
  2158.   :
  2159. else
  2160.   rm -rf conftest*
  2161.   ac_cv_header_stdc=no
  2162. fi
  2163. rm -f conftest*
  2164.  
  2165. fi
  2166.  
  2167. if test $ac_cv_header_stdc = yes; then
  2168.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2169. cat > conftest.$ac_ext <<EOF
  2170. #line 2171 "configure"
  2171. #include "confdefs.h"
  2172. #include <stdlib.h>
  2173. EOF
  2174. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2175.   egrep "free" >/dev/null 2>&1; then
  2176.   :
  2177. else
  2178.   rm -rf conftest*
  2179.   ac_cv_header_stdc=no
  2180. fi
  2181. rm -f conftest*
  2182.  
  2183. fi
  2184.  
  2185. if test $ac_cv_header_stdc = yes; then
  2186.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2187. if test "$cross_compiling" = yes; then
  2188.   :
  2189. else
  2190.   cat > conftest.$ac_ext <<EOF
  2191. #line 2192 "configure"
  2192. #include "confdefs.h"
  2193. #include <ctype.h>
  2194. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2195. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  2196. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  2197. int main () { int i; for (i = 0; i < 256; i++)
  2198. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  2199. exit (0); }
  2200.  
  2201. EOF
  2202. if { (eval echo configure:2203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2203. then
  2204.   :
  2205. else
  2206.   echo "configure: failed program was:" >&5
  2207.   cat conftest.$ac_ext >&5
  2208.   rm -fr conftest*
  2209.   ac_cv_header_stdc=no
  2210. fi
  2211. rm -fr conftest*
  2212. fi
  2213.  
  2214. fi
  2215. fi
  2216.  
  2217. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  2218. if test $ac_cv_header_stdc = yes; then
  2219.   cat >> confdefs.h <<\EOF
  2220. #define STDC_HEADERS 1
  2221. EOF
  2222.  
  2223. fi
  2224.  
  2225. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  2226. echo "configure:2227: checking whether time.h and sys/time.h may both be included" >&5
  2227. if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  2228.   echo $ac_n "(cached) $ac_c" 1>&6
  2229. else
  2230.   cat > conftest.$ac_ext <<EOF
  2231. #line 2232 "configure"
  2232. #include "confdefs.h"
  2233. #include <sys/types.h>
  2234. #include <sys/time.h>
  2235. #include <time.h>
  2236. int main() {
  2237. struct tm *tp;
  2238. ; return 0; }
  2239. EOF
  2240. if { (eval echo configure:2241: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2241.   rm -rf conftest*
  2242.   ac_cv_header_time=yes
  2243. else
  2244.   echo "configure: failed program was:" >&5
  2245.   cat conftest.$ac_ext >&5
  2246.   rm -rf conftest*
  2247.   ac_cv_header_time=no
  2248. fi
  2249. rm -f conftest*
  2250. fi
  2251.  
  2252. echo "$ac_t""$ac_cv_header_time" 1>&6
  2253. if test $ac_cv_header_time = yes; then
  2254.   cat >> confdefs.h <<\EOF
  2255. #define TIME_WITH_SYS_TIME 1
  2256. EOF
  2257.  
  2258. fi
  2259.  
  2260. for ac_hdr in assert.h ctype.h limits.h signal.h stddef.h time.h
  2261. do
  2262. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2263. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2264. echo "configure:2265: checking for $ac_hdr" >&5
  2265. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2266.   echo $ac_n "(cached) $ac_c" 1>&6
  2267. else
  2268.   cat > conftest.$ac_ext <<EOF
  2269. #line 2270 "configure"
  2270. #include "confdefs.h"
  2271. #include <$ac_hdr>
  2272. EOF
  2273. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2274. { (eval echo configure:2275: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2275. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  2276. if test -z "$ac_err"; then
  2277.   rm -rf conftest*
  2278.   eval "ac_cv_header_$ac_safe=yes"
  2279. else
  2280.   echo "$ac_err" >&5
  2281.   echo "configure: failed program was:" >&5
  2282.   cat conftest.$ac_ext >&5
  2283.   rm -rf conftest*
  2284.   eval "ac_cv_header_$ac_safe=no"
  2285. fi
  2286. rm -f conftest*
  2287. fi
  2288. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2289.   echo "$ac_t""yes" 1>&6
  2290.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2291.   cat >> confdefs.h <<EOF
  2292. #define $ac_tr_hdr 1
  2293. EOF
  2294.  
  2295. else
  2296.   echo "$ac_t""no" 1>&6
  2297. fi
  2298. done
  2299.  
  2300. for ac_hdr in malloc.h memory.h unistd.h
  2301. do
  2302. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2303. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2304. echo "configure:2305: checking for $ac_hdr" >&5
  2305. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2306.   echo $ac_n "(cached) $ac_c" 1>&6
  2307. else
  2308.   cat > conftest.$ac_ext <<EOF
  2309. #line 2310 "configure"
  2310. #include "confdefs.h"
  2311. #include <$ac_hdr>
  2312. EOF
  2313. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2314. { (eval echo configure:2315: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2315. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  2316. if test -z "$ac_err"; then
  2317.   rm -rf conftest*
  2318.   eval "ac_cv_header_$ac_safe=yes"
  2319. else
  2320.   echo "$ac_err" >&5
  2321.   echo "configure: failed program was:" >&5
  2322.   cat conftest.$ac_ext >&5
  2323.   rm -rf conftest*
  2324.   eval "ac_cv_header_$ac_safe=no"
  2325. fi
  2326. rm -f conftest*
  2327. fi
  2328. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2329.   echo "$ac_t""yes" 1>&6
  2330.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2331.   cat >> confdefs.h <<EOF
  2332. #define $ac_tr_hdr 1
  2333. EOF
  2334.  
  2335. else
  2336.   echo "$ac_t""no" 1>&6
  2337. fi
  2338. done
  2339.  
  2340. for ac_hdr in sys/param.h sys/resource.h sys/time.h sys/times.h
  2341. do
  2342. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2343. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2344. echo "configure:2345: checking for $ac_hdr" >&5
  2345. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2346.   echo $ac_n "(cached) $ac_c" 1>&6
  2347. else
  2348.   cat > conftest.$ac_ext <<EOF
  2349. #line 2350 "configure"
  2350. #include "confdefs.h"
  2351. #include <$ac_hdr>
  2352. EOF
  2353. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2354. { (eval echo configure:2355: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2355. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  2356. if test -z "$ac_err"; then
  2357.   rm -rf conftest*
  2358.   eval "ac_cv_header_$ac_safe=yes"
  2359. else
  2360.   echo "$ac_err" >&5
  2361.   echo "configure: failed program was:" >&5
  2362.   cat conftest.$ac_ext >&5
  2363.   rm -rf conftest*
  2364.   eval "ac_cv_header_$ac_safe=no"
  2365. fi
  2366. rm -f conftest*
  2367. fi
  2368. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2369.   echo "$ac_t""yes" 1>&6
  2370.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2371.   cat >> confdefs.h <<EOF
  2372. #define $ac_tr_hdr 1
  2373. EOF
  2374.  
  2375. else
  2376.   echo "$ac_t""no" 1>&6
  2377. fi
  2378. done
  2379.  
  2380. for ac_hdr in endian.h sys/endian.h unchecked.h
  2381. do
  2382. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2383. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2384. echo "configure:2385: checking for $ac_hdr" >&5
  2385. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2386.   echo $ac_n "(cached) $ac_c" 1>&6
  2387. else
  2388.   cat > conftest.$ac_ext <<EOF
  2389. #line 2390 "configure"
  2390. #include "confdefs.h"
  2391. #include <$ac_hdr>
  2392. EOF
  2393. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2394. { (eval echo configure:2395: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2395. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  2396. if test -z "$ac_err"; then
  2397.   rm -rf conftest*
  2398.   eval "ac_cv_header_$ac_safe=yes"
  2399. else
  2400.   echo "$ac_err" >&5
  2401.   echo "configure: failed program was:" >&5
  2402.   cat conftest.$ac_ext >&5
  2403.   rm -rf conftest*
  2404.   eval "ac_cv_header_$ac_safe=no"
  2405. fi
  2406. rm -f conftest*
  2407. fi
  2408. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2409.   echo "$ac_t""yes" 1>&6
  2410.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2411.   cat >> confdefs.h <<EOF
  2412. #define $ac_tr_hdr 1
  2413. EOF
  2414.  
  2415. else
  2416.   echo "$ac_t""no" 1>&6
  2417. fi
  2418. done
  2419.  
  2420.  
  2421. if test "$ac_cv_header_limits_h" = no; then
  2422.   { echo "configure: error: <limits.h> header not found found" 1>&2; exit 1; }
  2423. fi
  2424. echo $ac_n "checking whether limits.h is sane""... $ac_c" 1>&6
  2425. echo "configure:2426: checking whether limits.h is sane" >&5
  2426. if eval "test \"`echo '$''{'mfx_cv_header_sane_limits_h'+set}'`\" = set"; then
  2427.   echo $ac_n "(cached) $ac_c" 1>&6
  2428. else
  2429.   cat > conftest.$ac_ext <<EOF
  2430. #line 2431 "configure"
  2431. #include "confdefs.h"
  2432.  
  2433. #define MFX_0xffff          0xffff
  2434. #define MFX_0xffffffffL     4294967295ul
  2435. #include <limits.h>
  2436. #if !defined(CHAR_BIT) || (CHAR_BIT != 8)
  2437. #  include "error CHAR_BIT"
  2438. #endif
  2439. #if !defined(UCHAR_MAX)
  2440. #  include "error UCHAR_MAX"
  2441. #endif
  2442. #if !defined(USHRT_MAX)
  2443. #  include "error USHRT_MAX"
  2444. #endif
  2445. #if !defined(UINT_MAX)
  2446. #  include "error UINT_MAX"
  2447. #endif
  2448. #if !defined(ULONG_MAX)
  2449. #  include "error ULONG_MAX"
  2450. #endif
  2451. #if !defined(INT_MAX)
  2452. #  include "error INT_MAX"
  2453. #endif
  2454. #if !defined(LONG_MAX)
  2455. #  include "error LONG_MAX"
  2456. #endif
  2457. #if (UCHAR_MAX < 1)
  2458. #  include "error UCHAR_MAX"
  2459. #endif
  2460. #if (USHRT_MAX < 1)
  2461. #  include "error USHRT_MAX"
  2462. #endif
  2463. #if (UINT_MAX < 1)
  2464. #  include "error UINT_MAX"
  2465. #endif
  2466. #if (ULONG_MAX < 1)
  2467. #  include "error ULONG_MAX"
  2468. #endif
  2469. #if (UCHAR_MAX < 0xff)
  2470. #  include "error UCHAR_MAX"
  2471. #endif
  2472. #if (USHRT_MAX < MFX_0xffff)
  2473. #  include "error USHRT_MAX"
  2474. #endif
  2475. #if (UINT_MAX < MFX_0xffff)
  2476. #  include "error UINT_MAX"
  2477. #endif
  2478. #if (ULONG_MAX < MFX_0xffffffffL)
  2479. #  include "error ULONG_MAX"
  2480. #endif
  2481.  
  2482. EOF
  2483. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2484. { (eval echo configure:2485: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2485. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  2486. if test -z "$ac_err"; then
  2487.   rm -rf conftest*
  2488.   mfx_cv_header_sane_limits_h=yes
  2489. else
  2490.   echo "$ac_err" >&5
  2491.   echo "configure: failed program was:" >&5
  2492.   cat conftest.$ac_ext >&5
  2493.   rm -rf conftest*
  2494.   mfx_cv_header_sane_limits_h=no
  2495. fi
  2496. rm -f conftest*
  2497. fi
  2498.  
  2499. echo "$ac_t""$mfx_cv_header_sane_limits_h" 1>&6
  2500.  
  2501. if test "$mfx_cv_header_sane_limits_h" = no; then
  2502.   { echo "configure: error: your limits.h header is broken - for details see config.log" 1>&2; exit 1; }
  2503. fi
  2504.  
  2505.  
  2506. # /***********************************************************************
  2507. # // Checks for typedefs and structures
  2508. # ************************************************************************/
  2509.  
  2510. echo $ac_n "checking for ptrdiff_t""... $ac_c" 1>&6
  2511. echo "configure:2512: checking for ptrdiff_t" >&5
  2512. if eval "test \"`echo '$''{'ac_cv_type_ptrdiff_t'+set}'`\" = set"; then
  2513.   echo $ac_n "(cached) $ac_c" 1>&6
  2514. else
  2515.   cat > conftest.$ac_ext <<EOF
  2516. #line 2517 "configure"
  2517. #include "confdefs.h"
  2518. #include <sys/types.h>
  2519. #if STDC_HEADERS
  2520. #include <stdlib.h>
  2521. #include <stddef.h>
  2522. #endif
  2523. EOF
  2524. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2525.   egrep "(^|[^a-zA-Z_0-9])ptrdiff_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2526.   rm -rf conftest*
  2527.   ac_cv_type_ptrdiff_t=yes
  2528. else
  2529.   rm -rf conftest*
  2530.   ac_cv_type_ptrdiff_t=no
  2531. fi
  2532. rm -f conftest*
  2533.  
  2534. fi
  2535. echo "$ac_t""$ac_cv_type_ptrdiff_t" 1>&6
  2536. if test $ac_cv_type_ptrdiff_t = no; then
  2537.   cat >> confdefs.h <<\EOF
  2538. #define ptrdiff_t long
  2539. EOF
  2540.  
  2541. fi
  2542.  
  2543. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  2544. echo "configure:2545: checking for size_t" >&5
  2545. if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
  2546.   echo $ac_n "(cached) $ac_c" 1>&6
  2547. else
  2548.   cat > conftest.$ac_ext <<EOF
  2549. #line 2550 "configure"
  2550. #include "confdefs.h"
  2551. #include <sys/types.h>
  2552. #if STDC_HEADERS
  2553. #include <stdlib.h>
  2554. #include <stddef.h>
  2555. #endif
  2556. EOF
  2557. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2558.   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2559.   rm -rf conftest*
  2560.   ac_cv_type_size_t=yes
  2561. else
  2562.   rm -rf conftest*
  2563.   ac_cv_type_size_t=no
  2564. fi
  2565. rm -f conftest*
  2566.  
  2567. fi
  2568. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  2569. if test $ac_cv_type_size_t = no; then
  2570.   cat >> confdefs.h <<\EOF
  2571. #define size_t unsigned
  2572. EOF
  2573.  
  2574. fi
  2575.  
  2576.  
  2577. echo $ac_n "checking size of unsigned short""... $ac_c" 1>&6
  2578. echo "configure:2579: checking size of unsigned short" >&5
  2579. if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_short'+set}'`\" = set"; then
  2580.   echo $ac_n "(cached) $ac_c" 1>&6
  2581. else
  2582.   if test "$cross_compiling" = yes; then
  2583.   ac_cv_sizeof_unsigned_short=0
  2584. else
  2585.   cat > conftest.$ac_ext <<EOF
  2586. #line 2587 "configure"
  2587. #include "confdefs.h"
  2588. #include <stdio.h>
  2589. main()
  2590. {
  2591.   FILE *f=fopen("conftestval", "w");
  2592.   if (!f) exit(1);
  2593.   fprintf(f, "%d\n", sizeof(unsigned short));
  2594.   exit(0);
  2595. }
  2596. EOF
  2597. if { (eval echo configure:2598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2598. then
  2599.   ac_cv_sizeof_unsigned_short=`cat conftestval`
  2600. else
  2601.   echo "configure: failed program was:" >&5
  2602.   cat conftest.$ac_ext >&5
  2603.   rm -fr conftest*
  2604.   ac_cv_sizeof_unsigned_short=0
  2605. fi
  2606. rm -fr conftest*
  2607. fi
  2608.  
  2609. fi
  2610. echo "$ac_t""$ac_cv_sizeof_unsigned_short" 1>&6
  2611. cat >> confdefs.h <<EOF
  2612. #define SIZEOF_UNSIGNED_SHORT $ac_cv_sizeof_unsigned_short
  2613. EOF
  2614.  
  2615.  
  2616. echo $ac_n "checking size of unsigned""... $ac_c" 1>&6
  2617. echo "configure:2618: checking size of unsigned" >&5
  2618. if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned'+set}'`\" = set"; then
  2619.   echo $ac_n "(cached) $ac_c" 1>&6
  2620. else
  2621.   if test "$cross_compiling" = yes; then
  2622.   ac_cv_sizeof_unsigned=0
  2623. else
  2624.   cat > conftest.$ac_ext <<EOF
  2625. #line 2626 "configure"
  2626. #include "confdefs.h"
  2627. #include <stdio.h>
  2628. main()
  2629. {
  2630.   FILE *f=fopen("conftestval", "w");
  2631.   if (!f) exit(1);
  2632.   fprintf(f, "%d\n", sizeof(unsigned));
  2633.   exit(0);
  2634. }
  2635. EOF
  2636. if { (eval echo configure:2637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2637. then
  2638.   ac_cv_sizeof_unsigned=`cat conftestval`
  2639. else
  2640.   echo "configure: failed program was:" >&5
  2641.   cat conftest.$ac_ext >&5
  2642.   rm -fr conftest*
  2643.   ac_cv_sizeof_unsigned=0
  2644. fi
  2645. rm -fr conftest*
  2646. fi
  2647.  
  2648. fi
  2649. echo "$ac_t""$ac_cv_sizeof_unsigned" 1>&6
  2650. cat >> confdefs.h <<EOF
  2651. #define SIZEOF_UNSIGNED $ac_cv_sizeof_unsigned
  2652. EOF
  2653.  
  2654.  
  2655. echo $ac_n "checking size of unsigned long""... $ac_c" 1>&6
  2656. echo "configure:2657: checking size of unsigned long" >&5
  2657. if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_long'+set}'`\" = set"; then
  2658.   echo $ac_n "(cached) $ac_c" 1>&6
  2659. else
  2660.   if test "$cross_compiling" = yes; then
  2661.   ac_cv_sizeof_unsigned_long=0
  2662. else
  2663.   cat > conftest.$ac_ext <<EOF
  2664. #line 2665 "configure"
  2665. #include "confdefs.h"
  2666. #include <stdio.h>
  2667. main()
  2668. {
  2669.   FILE *f=fopen("conftestval", "w");
  2670.   if (!f) exit(1);
  2671.   fprintf(f, "%d\n", sizeof(unsigned long));
  2672.   exit(0);
  2673. }
  2674. EOF
  2675. if { (eval echo configure:2676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2676. then
  2677.   ac_cv_sizeof_unsigned_long=`cat conftestval`
  2678. else
  2679.   echo "configure: failed program was:" >&5
  2680.   cat conftest.$ac_ext >&5
  2681.   rm -fr conftest*
  2682.   ac_cv_sizeof_unsigned_long=0
  2683. fi
  2684. rm -fr conftest*
  2685. fi
  2686.  
  2687. fi
  2688. echo "$ac_t""$ac_cv_sizeof_unsigned_long" 1>&6
  2689. cat >> confdefs.h <<EOF
  2690. #define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
  2691. EOF
  2692.  
  2693.  
  2694. echo $ac_n "checking size of char *""... $ac_c" 1>&6
  2695. echo "configure:2696: checking size of char *" >&5
  2696. if eval "test \"`echo '$''{'ac_cv_sizeof_char_p'+set}'`\" = set"; then
  2697.   echo $ac_n "(cached) $ac_c" 1>&6
  2698. else
  2699.   if test "$cross_compiling" = yes; then
  2700.   ac_cv_sizeof_char_p=0
  2701. else
  2702.   cat > conftest.$ac_ext <<EOF
  2703. #line 2704 "configure"
  2704. #include "confdefs.h"
  2705. #include <stdio.h>
  2706. main()
  2707. {
  2708.   FILE *f=fopen("conftestval", "w");
  2709.   if (!f) exit(1);
  2710.   fprintf(f, "%d\n", sizeof(char *));
  2711.   exit(0);
  2712. }
  2713. EOF
  2714. if { (eval echo configure:2715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2715. then
  2716.   ac_cv_sizeof_char_p=`cat conftestval`
  2717. else
  2718.   echo "configure: failed program was:" >&5
  2719.   cat conftest.$ac_ext >&5
  2720.   rm -fr conftest*
  2721.   ac_cv_sizeof_char_p=0
  2722. fi
  2723. rm -fr conftest*
  2724. fi
  2725.  
  2726. fi
  2727. echo "$ac_t""$ac_cv_sizeof_char_p" 1>&6
  2728. cat >> confdefs.h <<EOF
  2729. #define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
  2730. EOF
  2731.  
  2732.  
  2733. echo $ac_n "checking size of ptrdiff_t""... $ac_c" 1>&6
  2734. echo "configure:2735: checking size of ptrdiff_t" >&5
  2735. if eval "test \"`echo '$''{'ac_cv_sizeof_ptrdiff_t'+set}'`\" = set"; then
  2736.   echo $ac_n "(cached) $ac_c" 1>&6
  2737. else
  2738.   if test "$cross_compiling" = yes; then
  2739.   ac_cv_sizeof_ptrdiff_t=0
  2740. else
  2741.   cat > conftest.$ac_ext <<EOF
  2742. #line 2743 "configure"
  2743. #include "confdefs.h"
  2744. #include <stdio.h>
  2745. #if STDC_HEADERS
  2746. #include <stdlib.h>
  2747. #include <stddef.h>
  2748. #endif
  2749. int main() {
  2750.   FILE *f=fopen("conftestval", "w");
  2751.   if (!f) exit(1);
  2752.   fprintf(f, "%d\n", sizeof(ptrdiff_t));
  2753.   exit(0);
  2754. }
  2755. EOF
  2756. if { (eval echo configure:2757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2757. then
  2758.   ac_cv_sizeof_ptrdiff_t=`cat conftestval`
  2759. else
  2760.   echo "configure: failed program was:" >&5
  2761.   cat conftest.$ac_ext >&5
  2762.   rm -fr conftest*
  2763.   ac_cv_sizeof_ptrdiff_t=0
  2764. fi
  2765. rm -fr conftest*
  2766. fi
  2767.  
  2768. fi
  2769. echo "$ac_t""$ac_cv_sizeof_ptrdiff_t" 1>&6
  2770. cat >> confdefs.h <<EOF
  2771. #define SIZEOF_PTRDIFF_T $ac_cv_sizeof_ptrdiff_t
  2772. EOF
  2773.  
  2774.  
  2775. echo $ac_n "checking size of size_t""... $ac_c" 1>&6
  2776. echo "configure:2777: checking size of size_t" >&5
  2777. if eval "test \"`echo '$''{'ac_cv_sizeof_size_t'+set}'`\" = set"; then
  2778.   echo $ac_n "(cached) $ac_c" 1>&6
  2779. else
  2780.   if test "$cross_compiling" = yes; then
  2781.   ac_cv_sizeof_size_t=0
  2782. else
  2783.   cat > conftest.$ac_ext <<EOF
  2784. #line 2785 "configure"
  2785. #include "confdefs.h"
  2786. #include <stdio.h>
  2787. #if STDC_HEADERS
  2788. #include <stdlib.h>
  2789. #include <stddef.h>
  2790. #endif
  2791. int main() {
  2792.   FILE *f=fopen("conftestval", "w");
  2793.   if (!f) exit(1);
  2794.   fprintf(f, "%d\n", sizeof(size_t));
  2795.   exit(0);
  2796. }
  2797. EOF
  2798. if { (eval echo configure:2799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2799. then
  2800.   ac_cv_sizeof_size_t=`cat conftestval`
  2801. else
  2802.   echo "configure: failed program was:" >&5
  2803.   cat conftest.$ac_ext >&5
  2804.   rm -fr conftest*
  2805.   ac_cv_sizeof_size_t=0
  2806. fi
  2807. rm -fr conftest*
  2808. fi
  2809.  
  2810. fi
  2811. echo "$ac_t""$ac_cv_sizeof_size_t" 1>&6
  2812. cat >> confdefs.h <<EOF
  2813. #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
  2814. EOF
  2815.  
  2816.  
  2817.  
  2818.  
  2819. # /***********************************************************************
  2820. # // Checks for compiler characteristics
  2821. # ************************************************************************/
  2822.  
  2823. echo $ac_n "checking for working const""... $ac_c" 1>&6
  2824. echo "configure:2825: checking for working const" >&5
  2825. if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  2826.   echo $ac_n "(cached) $ac_c" 1>&6
  2827. else
  2828.   cat > conftest.$ac_ext <<EOF
  2829. #line 2830 "configure"
  2830. #include "confdefs.h"
  2831.  
  2832. int main() {
  2833.  
  2834. /* Ultrix mips cc rejects this.  */
  2835. typedef int charset[2]; const charset x = {0,0};
  2836. /* SunOS 4.1.1 cc rejects this.  */
  2837. char const *const *ccp;
  2838. char **p;
  2839. /* NEC SVR4.0.2 mips cc rejects this.  */
  2840. struct point {int x, y;};
  2841. static struct point const zero = {0,0};
  2842. /* AIX XL C 1.02.0.0 rejects this.
  2843.    It does not let you subtract one const X* pointer from another in an arm
  2844.    of an if-expression whose if-part is not a constant expression */
  2845. const char *g = "string";
  2846. ccp = &g + (g ? g-g : 0);
  2847. /* HPUX 7.0 cc rejects these. */
  2848. ++ccp;
  2849. p = (char**) ccp;
  2850. ccp = (char const *const *) p;
  2851. { /* SCO 3.2v4 cc rejects this.  */
  2852.   char *t;
  2853.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  2854.  
  2855.   *t++ = 0;
  2856. }
  2857. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  2858.   int x[] = {25, 17};
  2859.   const int *foo = &x[0];
  2860.   ++foo;
  2861. }
  2862. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  2863.   typedef const int *iptr;
  2864.   iptr p = 0;
  2865.   ++p;
  2866. }
  2867. { /* AIX XL C 1.02.0.0 rejects this saying
  2868.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  2869.   struct s { int j; const int *ap[3]; };
  2870.   struct s *b; b->j = 5;
  2871. }
  2872. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  2873.   const int foo = 10;
  2874. }
  2875.  
  2876. ; return 0; }
  2877. EOF
  2878. if { (eval echo configure:2879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2879.   rm -rf conftest*
  2880.   ac_cv_c_const=yes
  2881. else
  2882.   echo "configure: failed program was:" >&5
  2883.   cat conftest.$ac_ext >&5
  2884.   rm -rf conftest*
  2885.   ac_cv_c_const=no
  2886. fi
  2887. rm -f conftest*
  2888. fi
  2889.  
  2890. echo "$ac_t""$ac_cv_c_const" 1>&6
  2891. if test $ac_cv_c_const = no; then
  2892.   cat >> confdefs.h <<\EOF
  2893. #define const 
  2894. EOF
  2895.  
  2896. fi
  2897.  
  2898.  
  2899. echo $ac_n "checking the byte order""... $ac_c" 1>&6
  2900. echo "configure:2901: checking the byte order" >&5
  2901. if eval "test \"`echo '$''{'mfx_cv_c_byte_order'+set}'`\" = set"; then
  2902.   echo $ac_n "(cached) $ac_c" 1>&6
  2903. else
  2904.   mfx_cv_c_byte_order=unknown
  2905. if test "$cross_compiling" = yes; then
  2906.   mfx_cv_c_byte_order=unknown
  2907. else
  2908.   cat > conftest.$ac_ext <<EOF
  2909. #line 2910 "configure"
  2910. #include "confdefs.h"
  2911. int main() {
  2912.   /* Are we little or big endian?  From Harbison&Steele.  */
  2913.   union { long l; char c[sizeof(long)]; } u;
  2914.   u.l = 1; exit (u.c[sizeof(long) - 1] == 1);
  2915. }
  2916. EOF
  2917. if { (eval echo configure:2918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2918. then
  2919.   mfx_cv_c_byte_order=1234
  2920. else
  2921.   echo "configure: failed program was:" >&5
  2922.   cat conftest.$ac_ext >&5
  2923.   rm -fr conftest*
  2924.   mfx_cv_c_byte_order=4321
  2925. fi
  2926. rm -fr conftest*
  2927. fi
  2928.  
  2929. fi
  2930.  
  2931. echo "$ac_t""$mfx_cv_c_byte_order" 1>&6
  2932. if test "$mfx_cv_c_byte_order" = 1234; then
  2933.   cat >> confdefs.h <<EOF
  2934. #define MFX_BYTE_ORDER 1234
  2935. EOF
  2936.  
  2937. fi
  2938. if test "$mfx_cv_c_byte_order" = 4321; then
  2939.   cat >> confdefs.h <<EOF
  2940. #define MFX_BYTE_ORDER 4321
  2941. EOF
  2942.  
  2943. fi
  2944.  
  2945.  
  2946.  
  2947. # /***********************************************************************
  2948. # // Checks for library functions
  2949. # ************************************************************************/
  2950.  
  2951. for ac_func in memcmp memcpy memmove memset
  2952. do
  2953. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2954. echo "configure:2955: checking for $ac_func" >&5
  2955. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2956.   echo $ac_n "(cached) $ac_c" 1>&6
  2957. else
  2958.   cat > conftest.$ac_ext <<EOF
  2959. #line 2960 "configure"
  2960. #include "confdefs.h"
  2961. /* System header to define __stub macros and hopefully few prototypes,
  2962.     which can conflict with char $ac_func(); below.  */
  2963. #include <assert.h>
  2964. /* Override any gcc2 internal prototype to avoid an error.  */
  2965. #ifdef __cplusplus
  2966. extern "C"
  2967. #endif
  2968. /* We use char because int might match the return type of a gcc2
  2969.     builtin and then its argument prototype would still apply.  */
  2970. char $ac_func();
  2971. char (*f)();
  2972.  
  2973. int main() {
  2974.  
  2975. /* The GNU C library defines this for functions which it implements
  2976.     to always fail with ENOSYS.  Some functions are actually named
  2977.     something starting with __ and the normal name is an alias.  */
  2978. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2979. choke me
  2980. #else
  2981. f = $ac_func;
  2982. #endif
  2983.  
  2984. ; return 0; }
  2985. EOF
  2986. if { (eval echo configure:2987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2987.   rm -rf conftest*
  2988.   eval "ac_cv_func_$ac_func=yes"
  2989. else
  2990.   echo "configure: failed program was:" >&5
  2991.   cat conftest.$ac_ext >&5
  2992.   rm -rf conftest*
  2993.   eval "ac_cv_func_$ac_func=no"
  2994. fi
  2995. rm -f conftest*
  2996. fi
  2997.  
  2998. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2999.   echo "$ac_t""yes" 1>&6
  3000.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  3001.   cat >> confdefs.h <<EOF
  3002. #define $ac_tr_func 1
  3003. EOF
  3004.  
  3005. else
  3006.   echo "$ac_t""no" 1>&6
  3007. fi
  3008. done
  3009.  
  3010. for ac_func in memicmp strcasecmp strncasecmp stricmp strnicmp
  3011. do
  3012. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  3013. echo "configure:3014: checking for $ac_func" >&5
  3014. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  3015.   echo $ac_n "(cached) $ac_c" 1>&6
  3016. else
  3017.   cat > conftest.$ac_ext <<EOF
  3018. #line 3019 "configure"
  3019. #include "confdefs.h"
  3020. /* System header to define __stub macros and hopefully few prototypes,
  3021.     which can conflict with char $ac_func(); below.  */
  3022. #include <assert.h>
  3023. /* Override any gcc2 internal prototype to avoid an error.  */
  3024. #ifdef __cplusplus
  3025. extern "C"
  3026. #endif
  3027. /* We use char because int might match the return type of a gcc2
  3028.     builtin and then its argument prototype would still apply.  */
  3029. char $ac_func();
  3030. char (*f)();
  3031.  
  3032. int main() {
  3033.  
  3034. /* The GNU C library defines this for functions which it implements
  3035.     to always fail with ENOSYS.  Some functions are actually named
  3036.     something starting with __ and the normal name is an alias.  */
  3037. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  3038. choke me
  3039. #else
  3040. f = $ac_func;
  3041. #endif
  3042.  
  3043. ; return 0; }
  3044. EOF
  3045. if { (eval echo configure:3046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  3046.   rm -rf conftest*
  3047.   eval "ac_cv_func_$ac_func=yes"
  3048. else
  3049.   echo "configure: failed program was:" >&5
  3050.   cat conftest.$ac_ext >&5
  3051.   rm -rf conftest*
  3052.   eval "ac_cv_func_$ac_func=no"
  3053. fi
  3054. rm -f conftest*
  3055. fi
  3056.  
  3057. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  3058.   echo "$ac_t""yes" 1>&6
  3059.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  3060.   cat >> confdefs.h <<EOF
  3061. #define $ac_tr_func 1
  3062. EOF
  3063.  
  3064. else
  3065.   echo "$ac_t""no" 1>&6
  3066. fi
  3067. done
  3068.  
  3069. for ac_func in atol fstat getrusage gettimeofday lstat stat times
  3070. do
  3071. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  3072. echo "configure:3073: checking for $ac_func" >&5
  3073. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  3074.   echo $ac_n "(cached) $ac_c" 1>&6
  3075. else
  3076.   cat > conftest.$ac_ext <<EOF
  3077. #line 3078 "configure"
  3078. #include "confdefs.h"
  3079. /* System header to define __stub macros and hopefully few prototypes,
  3080.     which can conflict with char $ac_func(); below.  */
  3081. #include <assert.h>
  3082. /* Override any gcc2 internal prototype to avoid an error.  */
  3083. #ifdef __cplusplus
  3084. extern "C"
  3085. #endif
  3086. /* We use char because int might match the return type of a gcc2
  3087.     builtin and then its argument prototype would still apply.  */
  3088. char $ac_func();
  3089. char (*f)();
  3090.  
  3091. int main() {
  3092.  
  3093. /* The GNU C library defines this for functions which it implements
  3094.     to always fail with ENOSYS.  Some functions are actually named
  3095.     something starting with __ and the normal name is an alias.  */
  3096. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  3097. choke me
  3098. #else
  3099. f = $ac_func;
  3100. #endif
  3101.  
  3102. ; return 0; }
  3103. EOF
  3104. if { (eval echo configure:3105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  3105.   rm -rf conftest*
  3106.   eval "ac_cv_func_$ac_func=yes"
  3107. else
  3108.   echo "configure: failed program was:" >&5
  3109.   cat conftest.$ac_ext >&5
  3110.   rm -rf conftest*
  3111.   eval "ac_cv_func_$ac_func=no"
  3112. fi
  3113. rm -f conftest*
  3114. fi
  3115.  
  3116. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  3117.   echo "$ac_t""yes" 1>&6
  3118.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  3119.   cat >> confdefs.h <<EOF
  3120. #define $ac_tr_func 1
  3121. EOF
  3122.  
  3123. else
  3124.   echo "$ac_t""no" 1>&6
  3125. fi
  3126. done
  3127.  
  3128. echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
  3129. echo "configure:3130: checking for 8-bit clean memcmp" >&5
  3130. if eval "test \"`echo '$''{'mfx_cv_func_memcmp'+set}'`\" = set"; then
  3131.   echo $ac_n "(cached) $ac_c" 1>&6
  3132. else
  3133.   if test "$cross_compiling" = yes; then
  3134.   mfx_cv_func_memcmp=unknown
  3135. else
  3136.   cat > conftest.$ac_ext <<EOF
  3137. #line 3138 "configure"
  3138. #include "confdefs.h"
  3139. int main() {
  3140.   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
  3141.   exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1); }
  3142. EOF
  3143. if { (eval echo configure:3144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  3144. then
  3145.   mfx_cv_func_memcmp=yes
  3146. else
  3147.   echo "configure: failed program was:" >&5
  3148.   cat conftest.$ac_ext >&5
  3149.   rm -fr conftest*
  3150.   mfx_cv_func_memcmp=no
  3151. fi
  3152. rm -fr conftest*
  3153. fi
  3154.  
  3155. fi
  3156.  
  3157. echo "$ac_t""$mfx_cv_func_memcmp" 1>&6
  3158. if test "$mfx_cv_func_memcmp" = no; then
  3159.   cat >> confdefs.h <<\EOF
  3160. #define NO_MEMCMP 1
  3161. EOF
  3162.  
  3163. fi
  3164.  
  3165.  
  3166.  
  3167. # /***********************************************************************
  3168. # //
  3169. # ************************************************************************/
  3170.  
  3171. if test "$enable_debug" = yes; then
  3172.   if test "$GCC" = yes -a "$USE_MAINTAINER_MODE" = yes; then
  3173.     test "$ac_cv_prog_cc_g" = yes && CFLAGS="$CFLAGS -gstabs+"
  3174.     test "$ac_cv_prog_cxx_g" = yes && CXXFLAGS="$CXXFLAGS -gstabs+"
  3175.   else
  3176.     test "$ac_cv_prog_cc_g" = yes && CFLAGS="$CFLAGS -g"
  3177.     test "$ac_cv_prog_cxx_g" = yes && CXXFLAGS="$CXXFLAGS -g"
  3178.   fi
  3179. fi
  3180.  
  3181.  
  3182. if test "$GCC" = yes; then
  3183.   if test "$enable_debug" = yes; then
  3184.     CFLAGS_O="$CFLAGS_O -O0"
  3185.   else
  3186.     CFLAGS_O="$CFLAGS_O -O2"
  3187.   fi
  3188.   CFLAGS_W="$CFLAGS_W -Wall -Wcast-align -Wwrite-strings"
  3189.   case $host in
  3190.     i?86-*)
  3191.       MFX_ARCH="i386"
  3192.       mfx_unaligned_ok_2="yes"
  3193.       mfx_unaligned_ok_4="yes"
  3194.       if test "$enable_debug" != yes; then
  3195.         CFLAGS_O="$CFLAGS_O -fomit-frame-pointer"
  3196.       fi
  3197.       CFLAGS_O="$CFLAGS_O -fno-strength-reduce"
  3198.       ;;
  3199.     *)
  3200.       if test "$mfx_cv_prog_gcc_bug_strength_reduce" = yes; then
  3201.         CFLAGS="$CFLAGS_O -fno-strength-reduce"
  3202.       fi
  3203.       ;;
  3204.   esac
  3205.   if test "$mfx_cv_prog_gcc_bug_schedule_insns" = yes; then
  3206.     CFLAGS="$CFLAGS_O -fno-schedule-insns -fno-schedule-insns2"
  3207.   fi
  3208. fi
  3209.  
  3210.  
  3211. # /***********************************************************************
  3212. # // Maintainer uses -Werror and lots of pedantic warnings.
  3213. # // This is not enabled by default because it requires
  3214. # // very clean system headers.
  3215. # ************************************************************************/
  3216.  
  3217. CFLAGS_W_PEDANTIC=""
  3218.  
  3219. if test "$USE_MAINTAINER_MODE" = yes; then
  3220.   if test "$GCC" = yes; then
  3221.     x=`grep -h '^-' $srcdir/B/gcc_ucl.opt`
  3222.     x=`echo $x`
  3223.     CFLAGS_W_PEDANTIC="-W -pedantic $x"
  3224.     #
  3225.     Werror="-Werror"
  3226.     test "$enable_debug" = yes && Werror=""
  3227.     test "$mfx_cv_prog_checkergcc" = yes && Werror=""
  3228.     test -z "$Werror" || CFLAGS_W_PEDANTIC="$CFLAGS_W_PEDANTIC $Werror"
  3229.   fi
  3230. fi
  3231.  
  3232. CPPFLAGS="$CPPFLAGS -DUCL_HAVE_CONFIG_H"
  3233. test "$USE_MAINTAINER_MODE" = yes && CPPFLAGS="$CPPFLAGS -DMAINT"
  3234.  
  3235.  
  3236. # /***********************************************************************
  3237. # // Write output files
  3238. # ************************************************************************/
  3239.  
  3240. trap '' 1 2 15
  3241. cat > confcache <<\EOF
  3242. # This file is a shell script that caches the results of configure
  3243. # tests run on this system so they can be shared between configure
  3244. # scripts and configure runs.  It is not useful on other systems.
  3245. # If it contains results you don't want to keep, you may remove or edit it.
  3246. #
  3247. # By default, configure uses ./config.cache as the cache file,
  3248. # creating it if it does not exist already.  You can give configure
  3249. # the --cache-file=FILE option to use a different cache file; that is
  3250. # what configure does when it calls configure scripts in
  3251. # subdirectories, so they share the cache.
  3252. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  3253. # config.status only pays attention to the cache file if you give it the
  3254. # --recheck option to rerun configure.
  3255. #
  3256. EOF
  3257. # The following way of writing the cache mishandles newlines in values,
  3258. # but we know of no workaround that is simple, portable, and efficient.
  3259. # So, don't put newlines in cache variables' values.
  3260. # Ultrix sh set writes to stderr and can't be redirected directly,
  3261. # and sets the high bit in the cache file unless we assign to the vars.
  3262. (set) 2>&1 |
  3263.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  3264.   *ac_space=\ *)
  3265.     # `set' does not quote correctly, so add quotes (double-quote substitution
  3266.     # turns \\\\ into \\, and sed turns \\ into \).
  3267.     sed -n \
  3268.       -e "s/'/'\\\\''/g" \
  3269.       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
  3270.     ;;
  3271.   *)
  3272.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  3273.     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
  3274.     ;;
  3275.   esac >> confcache
  3276. if cmp -s $cache_file confcache; then
  3277.   :
  3278. else
  3279.   if test -w $cache_file; then
  3280.     echo "updating cache $cache_file"
  3281.     cat confcache > $cache_file
  3282.   else
  3283.     echo "not updating unwritable cache $cache_file"
  3284.   fi
  3285. fi
  3286. rm -f confcache
  3287.  
  3288. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  3289.  
  3290. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  3291. # Let make expand exec_prefix.
  3292. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  3293.  
  3294. # Any assignment to VPATH causes Sun make to only execute
  3295. # the first set of double-colon rules, so remove it if not needed.
  3296. # If there is a colon in the path, we need to keep it.
  3297. if test "x$srcdir" = x.; then
  3298.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  3299. fi
  3300.  
  3301. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  3302.  
  3303. DEFS=-DHAVE_CONFIG_H
  3304.  
  3305. # Without the "./", some shells look in PATH for config.status.
  3306. : ${CONFIG_STATUS=./config.status}
  3307.  
  3308. echo creating $CONFIG_STATUS
  3309. rm -f $CONFIG_STATUS
  3310. cat > $CONFIG_STATUS <<EOF
  3311. #! /bin/sh
  3312. # Generated automatically by configure.
  3313. # Run this file to recreate the current configuration.
  3314. # This directory was configured as follows,
  3315. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  3316. #
  3317. # $0 $ac_configure_args
  3318. #
  3319. # Compiler output produced by configure, useful for debugging
  3320. # configure, is in ./config.log if it exists.
  3321.  
  3322. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  3323. for ac_option
  3324. do
  3325.   case "\$ac_option" in
  3326.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  3327.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  3328.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  3329.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  3330.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  3331.     exit 0 ;;
  3332.   -help | --help | --hel | --he | --h)
  3333.     echo "\$ac_cs_usage"; exit 0 ;;
  3334.   *) echo "\$ac_cs_usage"; exit 1 ;;
  3335.   esac
  3336. done
  3337.  
  3338. ac_given_srcdir=$srcdir
  3339. ac_given_INSTALL="$INSTALL"
  3340.  
  3341. trap 'rm -fr `echo "
  3342. Makefile
  3343. examples/Makefile
  3344. include/Makefile
  3345. include/ucl/Makefile
  3346. src/Makefile
  3347.  config.h:config.hin" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  3348. EOF
  3349. cat >> $CONFIG_STATUS <<EOF
  3350.  
  3351. # Protect against being on the right side of a sed subst in config.status.
  3352. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  3353.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  3354. $ac_vpsub
  3355. $extrasub
  3356. s%@SHELL@%$SHELL%g
  3357. s%@CFLAGS@%$CFLAGS%g
  3358. s%@CPPFLAGS@%$CPPFLAGS%g
  3359. s%@CXXFLAGS@%$CXXFLAGS%g
  3360. s%@FFLAGS@%$FFLAGS%g
  3361. s%@DEFS@%$DEFS%g
  3362. s%@LDFLAGS@%$LDFLAGS%g
  3363. s%@LIBS@%$LIBS%g
  3364. s%@exec_prefix@%$exec_prefix%g
  3365. s%@prefix@%$prefix%g
  3366. s%@program_transform_name@%$program_transform_name%g
  3367. s%@bindir@%$bindir%g
  3368. s%@sbindir@%$sbindir%g
  3369. s%@libexecdir@%$libexecdir%g
  3370. s%@datadir@%$datadir%g
  3371. s%@sysconfdir@%$sysconfdir%g
  3372. s%@sharedstatedir@%$sharedstatedir%g
  3373. s%@localstatedir@%$localstatedir%g
  3374. s%@libdir@%$libdir%g
  3375. s%@includedir@%$includedir%g
  3376. s%@oldincludedir@%$oldincludedir%g
  3377. s%@infodir@%$infodir%g
  3378. s%@mandir@%$mandir%g
  3379. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  3380. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  3381. s%@INSTALL_DATA@%$INSTALL_DATA%g
  3382. s%@PACKAGE@%$PACKAGE%g
  3383. s%@VERSION@%$VERSION%g
  3384. s%@ACLOCAL@%$ACLOCAL%g
  3385. s%@AUTOCONF@%$AUTOCONF%g
  3386. s%@AUTOMAKE@%$AUTOMAKE%g
  3387. s%@AUTOHEADER@%$AUTOHEADER%g
  3388. s%@MAKEINFO@%$MAKEINFO%g
  3389. s%@SET_MAKE@%$SET_MAKE%g
  3390. s%@host@%$host%g
  3391. s%@host_alias@%$host_alias%g
  3392. s%@host_cpu@%$host_cpu%g
  3393. s%@host_vendor@%$host_vendor%g
  3394. s%@host_os@%$host_os%g
  3395. s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
  3396. s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
  3397. s%@MAINT@%$MAINT%g
  3398. s%@mfx_GMAKE@%$mfx_GMAKE%g
  3399. s%@GMAKE_TRUE@%$GMAKE_TRUE%g
  3400. s%@GMAKE_FALSE@%$GMAKE_FALSE%g
  3401. s%@MOSTLYCLEANFILES@%$MOSTLYCLEANFILES%g
  3402. s%@CLEANFILES@%$CLEANFILES%g
  3403. s%@CFLAGS_O@%$CFLAGS_O%g
  3404. s%@CFLAGS_W@%$CFLAGS_W%g
  3405. s%@ASFLAGS@%$ASFLAGS%g
  3406. s%@UCL_CFLAGS@%$UCL_CFLAGS%g
  3407. s%@CC@%$CC%g
  3408. s%@EXEEXT@%$EXEEXT%g
  3409. s%@CPP@%$CPP%g
  3410. s%@build@%$build%g
  3411. s%@build_alias@%$build_alias%g
  3412. s%@build_cpu@%$build_cpu%g
  3413. s%@build_vendor@%$build_vendor%g
  3414. s%@build_os@%$build_os%g
  3415. s%@RANLIB@%$RANLIB%g
  3416. s%@LN_S@%$LN_S%g
  3417. s%@LIBTOOL@%$LIBTOOL%g
  3418. s%@libucl@%$libucl%g
  3419. s%@NASM@%$NASM%g
  3420. s%@CFLAGS_W_PEDANTIC@%$CFLAGS_W_PEDANTIC%g
  3421.  
  3422. CEOF
  3423. EOF
  3424.  
  3425. cat >> $CONFIG_STATUS <<\EOF
  3426.  
  3427. # Split the substitutions into bite-sized pieces for seds with
  3428. # small command number limits, like on Digital OSF/1 and HP-UX.
  3429. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  3430. ac_file=1 # Number of current file.
  3431. ac_beg=1 # First line for current file.
  3432. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  3433. ac_more_lines=:
  3434. ac_sed_cmds=""
  3435. while $ac_more_lines; do
  3436.   if test $ac_beg -gt 1; then
  3437.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  3438.   else
  3439.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  3440.   fi
  3441.   if test ! -s conftest.s$ac_file; then
  3442.     ac_more_lines=false
  3443.     rm -f conftest.s$ac_file
  3444.   else
  3445.     if test -z "$ac_sed_cmds"; then
  3446.       ac_sed_cmds="sed -f conftest.s$ac_file"
  3447.     else
  3448.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  3449.     fi
  3450.     ac_file=`expr $ac_file + 1`
  3451.     ac_beg=$ac_end
  3452.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  3453.   fi
  3454. done
  3455. if test -z "$ac_sed_cmds"; then
  3456.   ac_sed_cmds=cat
  3457. fi
  3458. EOF
  3459.  
  3460. cat >> $CONFIG_STATUS <<EOF
  3461.  
  3462. CONFIG_FILES=\${CONFIG_FILES-"Makefile
  3463. examples/Makefile
  3464. include/Makefile
  3465. include/ucl/Makefile
  3466. src/Makefile
  3467. "}
  3468. EOF
  3469. cat >> $CONFIG_STATUS <<\EOF
  3470. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  3471.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3472.   case "$ac_file" in
  3473.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  3474.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3475.   *) ac_file_in="${ac_file}.in" ;;
  3476.   esac
  3477.  
  3478.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  3479.  
  3480.   # Remove last slash and all that follows it.  Not all systems have dirname.
  3481.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3482.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3483.     # The file is in a subdirectory.
  3484.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  3485.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  3486.     # A "../" for each directory in $ac_dir_suffix.
  3487.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  3488.   else
  3489.     ac_dir_suffix= ac_dots=
  3490.   fi
  3491.  
  3492.   case "$ac_given_srcdir" in
  3493.   .)  srcdir=.
  3494.       if test -z "$ac_dots"; then top_srcdir=.
  3495.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  3496.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  3497.   *) # Relative path.
  3498.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  3499.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  3500.   esac
  3501.  
  3502.   case "$ac_given_INSTALL" in
  3503.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  3504.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  3505.   esac
  3506.  
  3507.   echo creating "$ac_file"
  3508.   rm -f "$ac_file"
  3509.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  3510.   case "$ac_file" in
  3511.   *Makefile*) ac_comsub="1i\\
  3512. # $configure_input" ;;
  3513.   *) ac_comsub= ;;
  3514.   esac
  3515.  
  3516.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  3517.   sed -e "$ac_comsub
  3518. s%@configure_input@%$configure_input%g
  3519. s%@srcdir@%$srcdir%g
  3520. s%@top_srcdir@%$top_srcdir%g
  3521. s%@INSTALL@%$INSTALL%g
  3522. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  3523. fi; done
  3524. rm -f conftest.s*
  3525.  
  3526. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  3527. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  3528. #
  3529. # ac_d sets the value in "#define NAME VALUE" lines.
  3530. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  3531. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  3532. ac_dC='\3'
  3533. ac_dD='%g'
  3534. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  3535. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  3536. ac_uB='\([     ]\)%\1#\2define\3'
  3537. ac_uC=' '
  3538. ac_uD='\4%g'
  3539. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  3540. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  3541. ac_eB='$%\1#\2define\3'
  3542. ac_eC=' '
  3543. ac_eD='%g'
  3544.  
  3545. if test "${CONFIG_HEADERS+set}" != set; then
  3546. EOF
  3547. cat >> $CONFIG_STATUS <<EOF
  3548.   CONFIG_HEADERS="config.h:config.hin"
  3549. EOF
  3550. cat >> $CONFIG_STATUS <<\EOF
  3551. fi
  3552. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  3553.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3554.   case "$ac_file" in
  3555.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  3556.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3557.   *) ac_file_in="${ac_file}.in" ;;
  3558.   esac
  3559.  
  3560.   echo creating $ac_file
  3561.  
  3562.   rm -f conftest.frag conftest.in conftest.out
  3563.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  3564.   cat $ac_file_inputs > conftest.in
  3565.  
  3566. EOF
  3567.  
  3568. # Transform confdefs.h into a sed script conftest.vals that substitutes
  3569. # the proper values into config.h.in to produce config.h.  And first:
  3570. # Protect against being on the right side of a sed subst in config.status.
  3571. # Protect against being in an unquoted here document in config.status.
  3572. rm -f conftest.vals
  3573. cat > conftest.hdr <<\EOF
  3574. s/[\\&%]/\\&/g
  3575. s%[\\$`]%\\&%g
  3576. s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  3577. s%ac_d%ac_u%gp
  3578. s%ac_u%ac_e%gp
  3579. EOF
  3580. sed -n -f conftest.hdr confdefs.h > conftest.vals
  3581. rm -f conftest.hdr
  3582.  
  3583. # This sed command replaces #undef with comments.  This is necessary, for
  3584. # example, in the case of _POSIX_SOURCE, which is predefined and required
  3585. # on some systems where configure will not decide to define it.
  3586. cat >> conftest.vals <<\EOF
  3587. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  3588. EOF
  3589.  
  3590. # Break up conftest.vals because some shells have a limit on
  3591. # the size of here documents, and old seds have small limits too.
  3592.  
  3593. rm -f conftest.tail
  3594. while :
  3595. do
  3596.   ac_lines=`grep -c . conftest.vals`
  3597.   # grep -c gives empty output for an empty file on some AIX systems.
  3598.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  3599.   # Write a limited-size here document to conftest.frag.
  3600.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  3601.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  3602.   echo 'CEOF
  3603.   sed -f conftest.frag conftest.in > conftest.out
  3604.   rm -f conftest.in
  3605.   mv conftest.out conftest.in
  3606. ' >> $CONFIG_STATUS
  3607.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  3608.   rm -f conftest.vals
  3609.   mv conftest.tail conftest.vals
  3610. done
  3611. rm -f conftest.vals
  3612.  
  3613. cat >> $CONFIG_STATUS <<\EOF
  3614.   rm -f conftest.frag conftest.h
  3615.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  3616.   cat conftest.in >> conftest.h
  3617.   rm -f conftest.in
  3618.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  3619.     echo "$ac_file is unchanged"
  3620.     rm -f conftest.h
  3621.   else
  3622.     # Remove last slash and all that follows it.  Not all systems have dirname.
  3623.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3624.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3625.       # The file is in a subdirectory.
  3626.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  3627.     fi
  3628.     rm -f $ac_file
  3629.     mv conftest.h $ac_file
  3630.   fi
  3631. fi; done
  3632.  
  3633. EOF
  3634. cat >> $CONFIG_STATUS <<EOF
  3635.  
  3636.  
  3637. EOF
  3638. cat >> $CONFIG_STATUS <<\EOF
  3639. test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  3640.  
  3641. exit 0
  3642. EOF
  3643. chmod +x $CONFIG_STATUS
  3644. rm -fr confdefs* $ac_clean_files
  3645. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  3646.  
  3647.  
  3648.